Skip to main content

PaymentStatus

Status of a payment

statestringrequired

State of the payment

Possible values: [DRAFT, CANCELLED, PENDING_APPROVAL, DUE, PAID]

reasonstring

Reason for the payment status

completeboolean

Payment status

Example: false
PaymentStatus
{
"state": "DRAFT",
"reason": "string",
"complete": false
}