Get order status
Endpoints
Get Order Status
Return the current payment status of an order
GET
Get order status
Payment apps and customers poll this endpoint to check if an order has been paid.
Status Values
| Status | Description |
|---|---|
pending | Order created, awaiting payment |
paid | Payment received and verified |
expired | Order expired before payment |
cancelled | Order was cancelled |
Implementation
When you receive a transfer webhook notification, update your order status topaid and store the transaction ID. This endpoint should return that status.
Example Response
Pending order:Path Parameters
The order ID from the signed order object