Skip to content

Using the Status Check API

Use the Get Status API to determine the status of a charge or refund transaction by passing the appropriate order ID and type. You can pass either your transaction ID or the Amazon transaction ID.

Amazon recommends implementing the following polling strategy for status check:

  1. 12 polls at 5 sec.

  2. 18 polls at 10 sec.

  3. Poll every 60 seconds post that till timeout.

  4. If the response is non-terminal after timeout, move to a Dead Letter Queue (DLQ) or mark the transaction as Failed and contact your integration Amazon POC.