post
https://api.payyez.com/api/PayoutAPI/paymenttransafer
The Payout API provides a seamless and secure method for initiating payment transfers to individuals or businesses, enabling efficient distribution of funds with detailed transaction tracking and robust error handling capabilities
Request Params:
| Name | Type | Description | Mandatory(Yyes)/ Optional(O) |
|---|---|---|---|
| clientId | String | Generated ClientId | Y |
| secretKey | String | Generated Secret key | Y |
| number | String | Mobile Number of the User | Y |
| amount | String | Amount to be Transferred | Y |
| transferMode | String | It is the mode of transfer. Allowed values are: banktransfer, phone, neft, imps, rtgs, upi, paytm, and amazonpay. The default transferMode is banktransfer. | Y |
| account No | String | Beneficiary Account Number | Y |
| ifscCode | String | Beneficiary bank’s IFSC Code- 11 digit | Y |
| Beneficiary Name | String | Beneficiary Name | Y |
| orderID | String | Unique Client Transaction Reference Number | Y |
Response Parameters:
| Key | Type | Description |
|---|---|---|
| statusCode | String | 0 => If statusCode is 0 fail the transaction 1=> If status code is 1, Get Final status of transaction from status parameter |
| message | String | Transaction message |
| clientOrderID | String | Unique Client Transaction Reference Number |
| orderID | String | Unique Transaction Reference Number of Distril |
| beneficiaryNam e | String | Beneficiary Account Name |
| RRN | String | Bank ref. Number |
| status | String | Transaction Status 1 = Success/ 0 =Failure/4= Reversal/ else = Pending |
Sample Response:
{
"statusCode": “1”
"message": “Transaction Successful”,
"clientOrderID": “45455545",
"beneficiaryName": “Beni Name,
"status": “Success”
}
