View Pool Wallet Balance API


Request Method :: GET
Base URL: Will be shared later.
URL : {BaseUrl}/ppcard/mw/card/fetch_parent_balance
Description: This API is used to view pool wallet balance.

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

Response Body Parameters

Parameters Description Data type
statusCode Status Code(0/1) String
statusDesc Status Description of Status String
status SUCCESS/FAILED String
amount Amount. E.g.100790.0 String

Sample Response Body


SUCCESS:

 

FAILED:

 

Detailed Status Codes

Status Response Type Description
0 SUCCESS Balance fetched successfully.
1 FAILED User cannot perform this action, Please contact support for further assistance.