Wallet Load

This API is used to load the Wallet.

Endpoint

Make sure you are familiar with how APIs work:

API Request Fields

Sr.No Field Min-Max Length Mandatory? Data Type Description Comments
1 corporate_id VAR M String Corporate Id -
2 amount 1-16 M Numeric Amount Max: 100000
3 remark 1-255 M String Remark -

API Response Fields

Sr.No Field Data Type Description Comments
1 Balance Decimal Balance Amount -

Execution Request Example

{
    "corporate_id": "CPNC0055",
    "amount": "10",
    "remark": "test"
}

Success Response Example

{
    "Balance": "200.00"
}