Payment statuses
Last updated
Was this helpful?
Last updated
Was this helpful?
The GraphQL schema defines statuses like this:
The current status of your payment.
INITIALISING - a draft payment. It may or may not have all required information to be executed.
Typically never happens via API. Can be created via the under certain circumstances.
OPEN - the payment is in progress.
CLOSED - means successfully delivered.
FAILED - an error has occurred with this payment.
CANCELLED - the payment has not completed and has been cancelled.
Usually done by Flash Payments operations team.