An enum representing the checkout status types

Enumeration Members

SUCCESS: "SUCCESS"

If checkout succeeded as the transactions were able to be processed

FAILED: "FAILED"

If checkout failed due to transactions not settling on chain

INSUFFICIENT_FUNDS: "INSUFFICIENT_FUNDS"

If checkout failed due to insufficient funds

FULFILLMENTS_UNSETTLED: "FULFILLMENTS_UNSETTLED"

If checkout succeeded but the fulfillment transactions are not yet settled

Generated using TypeDoc