Bank Payout Pay your user commission without add Beneficiary (VPA / Bank account number and IFSC code.)
Bank OR UPI Transfer New V2.1
https://dashboard.goterpay.com/api/v2/payout/transfer
Parameters | Description | Example |
---|---|---|
METHOD | POST | HTTP POST |
Content Type | JSON | application/json |
mid mandatory |
Find on our apikey page | MRN1223334 |
mkey mandatory |
Find on our apikey page | 56546456 |
subwallet mandatory |
Find on our apikey page | 56DFFFS456 |
type mandatory |
1 for Bank, 2 for UPI | 1/2 |
mode conditional |
mode only for type 1 | IMPS/NEFT |
name mandatory |
Beneficiary bank account name | Pooja SenGupta |
account mandatory |
bank account number Or UPI/VPN ID | 0123456789/1234567890@UPI |
ifsccode conditional |
Bank ifsc code only for type 1 | KKBK0001351 |
amount mandatory |
payment amount min.10 & Mix. 200000 | 10 |
txnid mandatory |
our unique transaction id , maximum length is 10. | 46348567 |
callbackurl optional |
our callbank url. | https://yourdomain.com/callback |
//Output json
{"TxnId": "4e44r2e4r107",
"status": "PROCESSING",
"resText": "Payout Request Accepted"
}
CallBack:-
{
"status":"SUCCESS,
"txnId":"4e44r2e4r107",
"utrNo":"1011221313,
"bankAcc":"0123456789",
"ifscCode":"KKBK0001351",
"Name":"Pooja SenGupta",
"amount":"10.00",
"fees":"5.90",
"date":"2021-03-03 04:08:35",
"Message":"Payment Success"
}