PaymentState
PaymentState
These are the default states of the payment process.
Signature
type PaymentState = 'Created' | 'Authorized' | 'Settled' | 'Declined' | 'Error' | 'Cancelled' | keyof CustomPaymentStates
🚨 Announcement: A New Chapter for Vendure read more
These are the default states of the payment process.
type PaymentState = 'Created' | 'Authorized' | 'Settled' | 'Declined' | 'Error' | 'Cancelled' | keyof CustomPaymentStates