v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Fund Transfer

This API is used to initiate the transactions.

post/fundTransfer

Response

200

statuscodestring
{"stackTrail":"paths:/fundTransfer:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
{"stackTrail":"paths:/fundTransfer:post:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "externalRef": "098765432112345678900987654",
    "poolReferenceId": "1221012123758FHVCB",
    "txnValue": "10.00",
    "txnReferenceId": "00",
    "pool": {
      "account": "7428585742",
      "openingBal": "385.18",
      "mode": "DR",
      "amount": "116.30",
      "closingBal": "268.88"
    },
    "remitterMobile": "7428585742",
    "beneficiaryName": "Beneficiary Name",
    "exchangeRate": "1.60",
    "payoutAmount": "16.00",
    "payoutCurrency": "NPR"
  },
  "timestamp": "2022-10-12 12:38:03",
  "ipay_uuid": "h005977b4e22-6e03-4473-95da-d2d0fe0c04be",
  "orderid": "1221012123758FHVCB",
  "environment": "LIVE"
}