Logo

Check Order Status

This GET request returns the current state and details of a payment order. It is the primary method for tracking transactions after they have been submitted to the system.

Query Parameters
  • Id: The unique identifier provided during the initial request.
  • IdType: Specifies the identifier type. For this endpoint, use OriginatorConversationId.
Note: Access requires a valid Bearer token. Refer to the Token Request section for authentication details.
GET/v1/payment-order/check-status?Id={ID}&IdType=OriginatorConversationId

Find Payment Order

Use this to poll for final transaction status (Success, Failed, or Pending).