Get Transaction Status by order_id
POST/api/v1/payment/status
Use this call to retrieve the most recent transaction status by its order_id.
Response shape. When size is omitted, the response is a single status object (the original behavior). When size is 1..100, the response is an array of up to size most recent status objects for the same order_id, newest first. Parse the response accordingly.
Additional parameters and transaction history may be returned if configured in the Protocol mapping
The response to the Get Status operation will include a list of associated transactions for the payment—such as refund, partial refund, auth, capture, etc.
On success, you get a response with:
status: "order status"orderobject with order data.
Request
Responses
- 200
- 400
- 401
Payment status details
Bad request - missing or invalid parameters
Unauthorized - invalid merchant key or hash