Get Customer Status API


Request Method :: POST
Base URL: Will be shared later.
Endpoint: ppcard/bulk/apiuser/user/getCustomerStatus
Description: This API retrieves the current status of a customer.

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 Sample Data type Mandatory/Optional
SRNumber Unique Number For Bulk Onboarded Customer "TTRuamNJSnJja3Vo|TODsrC8e|6hsIovyQohoiaH1bo8YRig==" String Mandatory

Sample Request Body


Sample Request Body(Encrypted)


Response Body Parameters

Parameters Description Data type
status It can be either SUCCESS or FAILED String
statusCode 0 signifies SUCCESS 1 signifies FAILED Numeric
statusDesc Description of the status String
data Response of the API Object

Sample Response Body


SUCCESS:

 

Sample Response Body(Encrypted)


FAILED:

 

Detailed Status Codes

Status Response Type Description
0 SUCCESS Fetched Successfully
1 FAILED No Data Found !!