Enum PaymentStatus

Enum PaymentStatus#

Enum Documentation#

enum xbe.sdk.Models.PaymentStatus#

The current status of a payment.

Values:

CREATED#

Indicates that the payment has been created but not sent to the provider for processing.

CANCELED#

Indicates that the payment was canceled by the customer.

ACTION_NEEDED#

Indicates that action is needed by the customer to proceed.

PENDING#

Indicates that the payment is currently pending with the processing provider.

VOIDED#

Indicates that the payment was voided.

CONFIRMED#

Indicates that the payment was successfully confirmed with the payment processor.

DENIED#

Indicates that the payment was denied by the payment processor.

REFUNDED#

Indicates that the payment was refunded by the payment processor.

ERROR#

Indicates that an error occurred while processing the payment.