@acceleratxr/core_sdk / PaymentStatus
Enumeration: PaymentStatus#
The current status of a payment.
Index#
Enumeration members#
Enumeration members#
ACTION_NEEDED#
• ACTION_NEEDED: = “ACTION_NEEDED”
Defined in src/models/Payment.ts:17
Indicates that action is needed by the customer to proceed.
CANCELED#
• CANCELED: = “CANCELED”
Defined in src/models/Payment.ts:15
Indicates that the payment was canceled by the customer.
CONFIRMED#
• CONFIRMED: = “CONFIRMED”
Defined in src/models/Payment.ts:23
Indicates that the payment was successfully confirmed with the payment processor.
CREATED#
• CREATED: = “CREATED”
Defined in src/models/Payment.ts:13
Indicates that the payment has been created but not sent to the provider for processing.
DENIED#
• DENIED: = “DENIED”
Defined in src/models/Payment.ts:25
Indicates that the payment was denied by the payment processor.
ERROR#
• ERROR: = “ERROR”
Defined in src/models/Payment.ts:29
Indicates that an error occurred while processing the payment.
PENDING#
• PENDING: = “PENDING”
Defined in src/models/Payment.ts:19
Indicates that the payment is currently pending with the processing provider.
REFUNDED#
• REFUNDED: = “REFUNDED”
Defined in src/models/Payment.ts:27
Indicates that the payment was refunded by the payment processor.
VOIDED#
• VOIDED: = “VOIDED”
Defined in src/models/Payment.ts:21
Indicates that the payment was voided.