Payment Intent Lifecycle

Here you can find the possible statuses of a Payment Intent

The possible final statuses are

  • PAYMENT_COMPLETED: Credit made at the destination account.
  • CONSENT_REJECTED: Payment rejected by user or consent expired.
  • PAYMENT_REJECTED: Payment instruction rejected
  • ERROR: Validation failure or process error
  • CANCELED: Canceled by any other means

If the status is PAYMENT_PARTIALLY_ACCEPTED, it means the payment requires an additional authorization (for example, if you do the payment using an operator account, it may require the authorization of a master user)