Skip to main content

PaymentState

These are the default states of the payment process.

Signature
type PaymentState = | 'Created'    | 'Error'    | 'Cancelled'    | keyof CustomPaymentStates    | keyof PaymentStates
Was this chapter helpful?
Report Issue
Edited Feb 4, 2026·Edit this page