S.No | Attribute | Descriptions | Required |
---|---|---|---|
1 | account | Bank Account Number | true |
2 | account_name | Bank Account Holder Name | true |
3 | ifsc | Ifsc code of the bank | true |
5 | payment_type | IMPS | NEFT |
6 | agent_id | pass unique Id (Min 8 digit Max 15 digit) from your side | true |
6 | amount | Pass amount upto 2 decimal places. Eg : 10.50, 10.00 | true |
7 | mobile | Mobile number of the customer | true |
8 | Email ID of the customer | true | |
9 | remark | A simple sentence which will appear on beneficiary bank statement ( This feature is not available on some beneficiary banks ) | optional |
RESPONSE :
PARAM | Default |
---|---|
status | success,failed |
result | 0=OK and 1 = error |
callback_status | SUCCESS, PENDING, FAILED |
utr | Operator Ref ID |
error/msg | failed message or error message |
curl --location --request POST '/finance/payout/payment' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "xxxxxxx632",
"account_name": "J SARKAR",
"agent_id": "ZLPO020070088150019001",
"amount": "100",
"ifsc": "SBIN0010538",
"email": "zuelpay@gmail.com",
"mobile": "9432839941",
"remark": "Pizaa To Misti",
"payment_type": "IMPS"
}'
{
"status": "success",
"current_time": "02,Aug,2020 09:05:24 PM",
"amount": "100",
"message": "Transaction Successful",
"bank_ref": "XSopentxn9425835",
"account": "xxxxxxx632",
"ifsc": "ICIC0002517",
"account_name": "JD",
"bank": "STATE BANK OF INDIA",
"txstatus_desc": "Success",
"order_id": "ZVLO0200719155500002",
"biller": "Direct Payout",
"callback_status": "Success",
"timestamp": "2020-08-02 09:05:24pm",
"api_mode": "LIVE",
"status5": "error",
"balance": "11041.11",
"commission": null,
"charged_amount": 100,
"your_request": {
"account": "xxxxxxx632",
"account_name": "Pallabi",
"agent_id": "zVLO0200719155500002",
"amount": "100",
"ifsc": "ICIC0002517",
"email": "zuelpay@gmail.com",
"mobile": "9432839941",
"remark": "api payment Payout",
"payment_type": "IMPS"
},
"tlid": "Z2020080215963825248690",
"web": "https://zuelpay.com"
}