@acceleratxr/core_sdk / PaymentMethodStatus

Enumeration: PaymentMethodStatus#

The current status of a payment method.

Index#

Enumeration members#

Enumeration members#

ACTION_NEEDED#

ACTION_NEEDED: = “ACTION_NEEDED”

Defined in src/models/PaymentMethod.ts:16

Indicates that action is needed by the customer to proceed.


CANCELED#

CANCELED: = “CANCELED”

Defined in src/models/PaymentMethod.ts:14

Indicates that the payment method was canceled by the customer.


CREATED#

CREATED: = “CREATED”

Defined in src/models/PaymentMethod.ts:12

Indicates that the payment method has been created.


ERROR#

ERROR: = “ERROR”

Defined in src/models/PaymentMethod.ts:20

Indicates that an error occurred while processing the payment method.


READY#

READY: = “READY”

Defined in src/models/PaymentMethod.ts:18

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