🚨 Announcing Vendure v2 Beta

PaymentState

PaymentState

These are the default states of the payment process.

Signature

type PaymentState = 'Created' | 'Authorized' | 'Settled' | 'Declined' | 'Error' | 'Cancelled' | keyof CustomPaymentStates