Get Transaction Status by payment_id
POST/api/v1/payment/status
Use this call to etrieve status info of a payment by its payment_id.
If cascading context is enabled, the response return a status of most recent payment in cascade.
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