Purchase List

Sample Request:

{
  "client_referenceId": "{{Client Reference ID}}",
  "unique_id": "{{Unique ID}}"
}

Sample Response:

{
  "status": "SUCCESS",
  "statusCode": "200",
  "message": "Purchase transaction list retrieved successfully",
  "data": [
    {
      "unique_id": "{{Unique ID}}",
      "reference_id": "{{Issuer Reference ID}}",
      "transaction_id": "{{AeronPay Txn ID}}",
      "metal_type": "silver",
      "quantity": "0.0974",
      "price_per_unit": 102.57,
      "total_tax_amount": "0.29",
      "pre_tax_amount": 9.71,
      "total_amount": 10
    },
    {
      "unique_id": "{{Unique ID}}",
      "reference_id": "{{Issuer Reference ID}}",
      "transaction_id": "{{AeronPay Txn ID}}",
      "metal_type": "gold",
      "quantity": "0.0010",
      "price_per_unit": 9140.8,
      "total_tax_amount": "0.29",
      "pre_tax_amount": 9.71,
      "total_amount": 10
    },
    {
      "unique_id": "{{Unique ID}}",
      "reference_id": "{{Issuer Reference ID}}",
      "transaction_id": "{{AeronPay Txn ID}}",
      "metal_type": "gold",
      "quantity": "0.0010",
      "price_per_unit": 9140.8,
      "total_tax_amount": "0.29",
      "pre_tax_amount": 9.71,
      "total_amount": 10
    }
  ],
  "acknowledged": "1"
}
Language
Click Try It! to start a request and see the response here!