PaymentTransactionStatus
No description
enum PaymentTransactionStatus {
charged_back
completed
failed
partially_refunded
pended
requested
totally_refunded
}
Values
PaymentTransactionStatus.charged_back
The transaction has been charged back following a dispute.
PaymentTransactionStatus.completed
The transaction has been captured.
PaymentTransactionStatus.failed
The transaction failed.
PaymentTransactionStatus.partially_refunded
The transaction has refund transactions covering part of its amount.
PaymentTransactionStatus.pended
The transaction is waiting capture.
PaymentTransactionStatus.requested
A refund transaction created internally by OMS to ask the gateway for a refund; the API mutations cannot submit this status.
PaymentTransactionStatus.totally_refunded
The transaction has refund transactions covering its full amount.
Member Of
AdyenTransaction object ● HeylightTransaction object ● NexiTransaction object ● PaymentBasicTransaction object ● PaymentExternalTransaction object ● PaymentTransactionStatusComparisonInput input ● PaypalTransaction object ● ScalaPayTransaction object ● ShopifyTransaction object ● StripeTransaction object ● Transaction interface