Description: This API is used to insert bulk(payout) transactions. |
End Point: To be shared by our Organization |
Headers
Content-Type: application/JSON |
client_id: To be shared during integration |
client_secret: To be shared during integration |
Request Body Parameters:
Parameter | Description with Validations and Examples | Data Type | Mandatory/ Optional |
clientReferenceNo | Enter clientReferenceNo which should be unique field. (Should be alphanumeric of min (12) and max (22)). E.g.- 39491612465749920324wrdsxxxxxx | String | Mandatory |
beneName | Enter the beneficiary name. Bene Name (should be between 4 to 30 characters long). E.g.- SOUMYA RANJAN | String | Mandatory |
beneAccountNo | Enter the bene account no. (Should be between 8 to 18 characters long). E.g.- 32000xxxxxxxx | String | Mandatory |
beneBankName | Enter the bene bank name. (Should be max 30 characters long only). E.g.- ICICI | String | Mandatory |
beneifsc | Enter the IFSC code of the bank. (Must be length of 11 characters long). E.g.- ICIC000xxxx | String | Mandatory |
amount | Enter the amount you want to payout. (Must be between 100 to 1 lakh). E.g.- 100.11 | String | Mandatory |
fundTransferType | Enter type of transfer. (must be either IMPS or NEFT). E.g.- IMPS | String | Mandatory |
benePhoneNo | Enter the bene phone number. (must be valid phone number with 10 digit only). E.g.- 7381277755 | String | Mandatory |
pincode | Enter the pin code. (Max length 6). E.g.- 754008 | String | Mandatory |
custName | Enter customer name. (Max length 35). E.g.- Suresh Nayak | String | Mandatory |
custMobNo | Enter customer mobile no. (Max length 10). E.g. - 8144065314 | String | Mandatory |
batchName | Enter the timestamp Should be always 19 character long. should be current timestamp (yyyy-mm-ddThh_mm_ss). E.g. -2019-10-31T03_58_22 | String | Mandatory |
Sample Request Body
Response Body Parameters
Parameters | Parameter description with examples | Data Type |
status | Displays Success or Failed | String |
subStatus | Status code. 1 - Success, 0- In-progress | String |
statusDesc | Status description | String |
failedValidation | Failed Validation (Only For Failed Response) |
Sample Response Body
SUCCESS:
INPROGRESS :
FAILED:
Response Status Codes
Status Code | Status | Description |
1 | SUCCESS | Validated Successfully. Processing Transactions. |
0 | In-Progress | Transaction Inprogress |
1 | FAILED | clientReferenceNo length must be less than or equal to 22 characters long. |
Detailed Error Codes
Sl.No | Code | Description |
1. | BLKPTERR1 | Wrong Path Received |
2. | BLKPTERR2 | Body Validation Error |
3. | BLKPTERR3 | No Data Present |