The payment status represents the last action that was submitted on a payment.
There are three possible transaction statuses:
- Succeed: The payment was successfully authorized, captured, charged, refunded or voided.
- Failed: There was a problem with the last payment action (authorization, capture, charge, refund or void) that caused the payment to fail. The failure can be either on PaymentsOS' side or on the provider's side.
- Pending: The payment is waiting for an asynchronous answer from the provider.
There are five possible payment statuses:
- Captured: The provider has obtained the funds of a payment.
- Voided: The authorization was canceled before the capture. In other words, before money was removed from the customer's bank account.
- Initialized: A payment resource was created - no successful authorizations were made yet.
- Authorized: The payment's authorization was completed successfully.
- Refunded: The payment's refund was completed successfully.