Skip to main content

Get Transaction Status by order_id

POST 

/api/v1/payment/status

Retrieve the most recent transaction status by order ID.

Response shape depends on the size request parameter. 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 (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.) may be returned if configured in the Protocol mapping

Request

Responses

Payment status details