ENUM
PaymentStatus
The status of a Payment
.
link GraphQL Schema definition
- enum PaymentStatus {
- # Pending
- # Failed
- # Succeeded
- }
link Require by
- AccountA customer account.
- BankAccountA bank account.
- CompanyA company you do business as.
- CorePaymentA Sonar payment.
- CreditCardA credit card.
- DepositSlipA deposit slip.
- DisputeA dispute.
- PaymentA payment.
- Querynull
- RefundedPaymentA record of a refund applied to a `Payment`.
- ReversedPaymentA record a `Payment` reversal.
- VoidedPaymentA record of a `Payment` that was voided.