Skip to main content

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"
  • order object with order data.

Request

Responses

Payment status details