Payment Terms
Create payment term
Create a new payment term configuration in your organization
post/payment-terms
Request body
Example request
{
"name": "Net 30",
"description": "Payment due 30 days from invoice date",
"days": 30,
"quickPayFee": 0.05,
"key": "ERP-PAYTERM-NET30"
}Response
Payment term created successfully
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Net 30",
"description": "Payment due 30 days from invoice date",
"days": 30,
"quickPayFee": 0.05,
"key": "ERP-PAYTERM-NET30",
"createdAt": "2025-01-15T10:00:00Z",
"updatedAt": "2025-01-15T14:30:00Z"
}