v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

Transaction Status

Check the status of any transaction initiated on the AeronPay platform. Call this API after 15 minutes of transaction completion and if the transaction is in PENDING or TIMEOUT (no response) status. Maintain a time difference of at least 2 hours between status query attempts for the same transaction.

post/reports/transactionStatus

Headers

client-idstring required

Unique client id

client-secretstring required

Unique client secret

content-Typestring required

Request body

client_referenceIdstring required

Pass the Transaction ID that was used in the API call for any service transaction.

mobilestring required

Registered Mobile Number of Partner API Account

date_of_transactionstring required

Date of the transaction in DD-MM-YYYY format

Response

200

statusstring
statusCodestring
transactionIdstring
enquiryTxnIdstring
client_referenceIdstring
acknowledgedstring
amountinteger
utrstring
descriptionstring

Example response

{
  "status": "SUCCESS",
  "statusCode": "200",
  "transactionId": "ARNPY17401487807871",
  "enquiryTxnId": "ENQTXN921561740171536",
  "client_referenceId": "327746288562",
  "acknowledged": "1",
  "amount": 1030,
  "utr": "{{UTR}}",
  "description": "Transaction Successful"
}