Purchase Details

Sample Request:

{
  "client_referenceId": "{{Client Reference ID}}",
  "unique_id": "{{Unique ID}}",
  "transaction_id": "{{AeronPay Txn ID}}"
}

Sample Response:

{
  "status": "SUCCESS",
  "statusCode": "200",
  "message": "Purchase transaction details retrieved successfully",
  "data": {
    "unique_id": "{{Unique ID}}",
    "name": "{{Customer Name}}",
    "price_per_unit": "99.58",
    "quantity": "0.0974",
    "pre_tax_amount": "9.71",
    "total_amount": "10.00",
    "total_tax_amount": "0.29",
    "reference_id": "AE128617414369232191282342",
    "invoice_number": "SAE032532904922"
  },
  "acknowledged": "1"
}
Language
Click Try It! to start a request and see the response here!