Bulk Load Card API


Request Method :: POST
Base URL: Will be shared later.
Endpoint: /ppcard/bulk/apiuser/loadcard/loadCard
Description:This API enables clients to load funds onto multiple prepaid cards in a single API call, streamlining high-volume transactions.

Headers


Content-Type: application/JSON
header_secrets: These values must be generated each time while consuming the API (refer to the generation process mentioned in the note above).
client_id:  To be shared during integration by ISU Team

Request Body Parameters

Parameters Parameter description with validations Data type Mandatory/Optional
mobileNumber Must be of 10 digits and it cannot be empty First digit should only be either 6, 7, 8 or 9. String Mandatory
amount Amount to be loaded. String Mandatory
purpose Value must be “LOAD_CUSTOMER_BULK” String Mandatory
latLong Latitude and longitude String Mandatory
channel Value must be “WEB”. Should be included inside the body only (not inside each card row) String Mandatory
params Params value during OTP generation String Mandatory
otp Generated OTP value String Mandatory

Sample Request Body


Response Body Parameters

Parameters Description Data type
statusCode Status Code(0/1) String
statusDesc Status Description of Status String
status SUCCESS/FAILED String
SRTicketNo SR Ticket Number. String

Sample Response Body


SUCCESS:

 

FAILED:

If card is not mapped to the customer.