Order statuses can be obtained from webhook payloads or the Order Details API response.
All the possible statuses for the order are:
| Status | Description |
|---|---|
| pending | Waiting for payment action. |
| authorized | Card or BNPL approved. Funds reserved. |
| fully_captured | Total amount taken. |
| partially_captured | Part of the amount taken. |
| declined | General failure by issuer or payment provider. |
| declined_by_regulator | Blocked by regulatory rule. |
| declined_by_deema | Blocked by internal risk or rules. |
| payment_cancelled | User or merchant stopped the payment before capture. |
| expired | No action taken in time. Authorization lapsed. |
| fully_refunded | Full captured amount returned. |
| partially_refunded | Part of captured amount returned. |