Name | Type | Description | Mandatory (M) , Optional (O) | Provided by INSTANTPAY (Y/N) |
---|
X-Ipay-Auth-Code | String | Auth Code - 1 (Fixed) | M | Y |
X-Ipay-Client-Id | String | Unique Client ID | M | Y |
X-Ipay-Client-Secret | String | Unique secret key | M | Y |
X-Ipay-Outlet-Id | String | Merchant unique ID | M | Y |
X-Ipay-Endpoint-Ip | String | End Customer IP Address | M | N |
Name | Type | Description |
---|
remitterMobileNumber | String | Remitter Mobile Number |
beneficiaryId | String | Beneficiary ID |
otp | String | OTP received on Mobile Number |
referenceKey | String | Reference key received on Beneficiary delete response |
curl --location 'https://api.instantpay.in/fi/remit/out/domestic/v2/beneficiaryDeleteVerify' \
--header 'X-Ipay-Endpoint-Ip: 14.142.186.142' \
--header 'X-Ipay-Client-Id: YWY3OTAzYzNlM2xxxxxxxxxxxxEcETrD5Yx+Q=' \
--header 'X-Ipay-Client-Secret: 82e4755d7c1xxxxxxxxxxxxxxxxxxxxxxxxxxx5b56fc926d1' \
--header 'X-Ipay-Auth-Code: 1' \
--header 'X-Ipay-Outlet-Id: 72762' \
--header 'Content-Type: application/json' \
--data '{
"remitterMobileNumber": "9876543210",
"beneficiaryId": "bc607ec901164b636d747cda039e99cf",
"otp": "659974",
"referenceKey": "IDwRJSrFsTtuvlqxKVO85GsBBiPD/kyqvi71VEZxPKmFVBwbxX7XkH33DwJW1rqv"
}'
curl --location 'https://api.instantpay.in/fi/remit/out/domestic/v2/beneficiaryDeleteVerify' \
--header 'X-Ipay-Endpoint-Ip: 14.142.186.142' \
--header 'X-Ipay-Client-Id: YWY3OTAzYzNlM2ExxxxxxxxxxxxxxxxxcETrD5Yx+Q=' \
--header 'X-Ipay-Client-Secret: 82e4755d7c1xxxxxxxxxxxxxxxxxxxxxxxxxx000aa5b56fc926d1' \
--header 'X-Ipay-Auth-Code: 1' \
--header 'X-Ipay-Outlet-Id: 72762' \
--header 'Content-Type: application/json' \
--data '{
"remitterMobileNumber": "9876543210",
"beneficiaryId": "bc607ec901164b636d747cda039e99cf",
"otp": "168532",
"referenceKey": "IDwRJSrFsTtuvlqxKVO85GsBBiPD/kyqvi71VEZxPKmFVBwbxX7XkH33DwJW1rqv"
}'
Name | Type | Description |
---|
statuscode | String | InstantPay Status Code |
actcode | String | Action Code |
status | String | Status Message |
data | Array | Response Data (If Present) |
timestamp | String | Current time (YYYY-MM-DD HH:II:SS) |
ipay_uuid | String | Request reference number |
orderid | String | Transaction Id ( If transaction otherwise it is null ) |
environment | String | Live |
{
"statuscode": "TXN",
"actcode": null,
"status": "Transaction Successful",
"data": null,
"timestamp": "2024-11-05 15:11:22",
"ipay_uuid": "h0009d6a5206-5540-4871-bdd9-22aba3404273-X6OP4tEeinZC",
"orderid": null,
"environment": "LIVE",
"internalCode": null
}