P2P Accounts Wallet Balance
To retrieve wallet balance details, send a POST request to the following endpoint:
Send a POST request with the following JSON structure in the request body:
Name
Value
Name
Type
Description
{
"email": "[email protected]",
"verification_code": "hg66576fca53eakjkjk76762c4"
}{
"status": "success",
"operator_details": {
"name": "Name",
"email": "[email protected]"
},
"wallets": {
"upi": [
{
"account": "SanoojAccount",
"upi": "sample@uoi",
"minimum_balance": "0",
"limit_volume": "0",
"usage_volume": "0"
},
{
"account": "SanoojAccount1",
"upi": "sample1@uoi",
"minimum_balance": "1000",
"limit_volume": "10000",
"usage_volume": "100000"
}
],
"imps_upi":[
{
"account_holder":"HareeshMenon",
"account_number":"34343432323232",
"bank":"hdfc",
"minimum_balance": "0",
"limit_volume": "0",
"usage_volume": "0"
},
{
"account_holder":"HareeshMenon1",
"Account_number":"342434334343",
"bank":"hdfc",
"minimum_balance": "500",
"limit_volume": "10000",
"usage_volume": "4000"
}]
}
}Last updated