Payout Api

Bank Payout Pay your user commission without add Beneficiary (VPA / Bank account number and IFSC code.) New V2.1

Bank OR UPI Transfer New V2.1

http://mobilerechargenow.com/api/v2/payout/transfer.php

Parameters Description Example
METHOD POST HTTP POST
Content Type JSON application/json
username
mandatory
Find on our apikey page MRN1223334
apikey
mandatory
Find on our apikey page 56546456
type
mandatory
1 for Bank, 2 for UPI 56546456
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"

}