PaymentStatusEnum
Enumeration Members
Cancelled
Cancelled: "CANCELLED";The payment was cancelled.
ChargedBack
ChargedBack: "CHARGED_BACK";The payment has been charged back.
Expired
Expired: "EXPIRED";The payment has expired.
Failed
Failed: "FAILED";The payment has failed.
Open
Open: "OPEN";The payment is open.
Paid
Paid: "PAID";The payment has been successfully paid in full.
Paidout
Paidout: "PAIDOUT";The payment has been successfully paid in full.
PartiallyRefunded
PartiallyRefunded: "PARTIALLY_REFUNDED";The payment has been partially refunded.
Pending
Pending: "PENDING";The payment is pending.
Refunded
Refunded: "REFUNDED";The payment has been refunded in full.
Last updated
Was this helpful?