Sell Details

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Request:

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

Sample Response:

{
  "status": "SUCCESS",
  "statusCode": "200",
  "message": "Sell Transaction Record Exists with this Sell.",
  "data": {
    "unique_id": "{{Unique ID}}",
    "name": "{{Customer Name}}",
    "metal_type": "silver",
    "quantity": "0.0500",
    "price_per_unit": "96.15",
    "pre_tax_amount": "4.80",
    "total_amount": "4.80",
    "reference_id": "{{Issuer Reference ID}}",
    "transaction_id": "{{AeronPay Txn ID}}",
    "user_bank": {
      "bank_account": "{{Customer Bank Account Number}}",
      "name": "{{Customer Name in Bank}}",
      "ifsc": "{{Customer IFSC}}"
    }
  },
  "acknowledged": "1"
}
Body Params
string
required

Unique Client Reference ID

string
required

Unique Customer ID of the User

string
required

AeronPay Txn ID

Headers
string
required

Unique Client ID

string
required

Unique Client Secret

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json