v1
latestOpenAPI 3.1.02026-07-24890206.3 KBTransaction 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
Response
200
Example response
{
"status": "SUCCESS",
"statusCode": "200",
"transactionId": "ARNPY17401487807871",
"enquiryTxnId": "ENQTXN921561740171536",
"client_referenceId": "327746288562",
"acknowledged": "1",
"amount": 1030,
"utr": "{{UTR}}",
"description": "Transaction Successful"
}