Wallet Balance
- This API is used to get the Wallet Balance.
Endpoint
Make sure you are familiar with how APIs work:
- Method: POST
- URL: https://uat.nupaytech.com/api/v1/wallet/balance/{mobile}
API Response Fields
Sr.No | Field | Data Type | Description | Comments |
---|---|---|---|---|
1 | Balance | Decimal | Balance Amount | - |
Success Response Example
{
"Balance": "200.00"
}