post https://wassdev.idbanc.com/wallet/limit
This endpoint allows you to set a limit on a wallet's spending by its account number. Once a limit is set, the wallet will not be able to make transactions that exceed the specified limit amount.
Request Body
The request body should include the following parameters:
Parameter | Type | Description |
---|---|---|
accountNumber | string | The wallet account number for which the spending limit needs to be set. |
limitAmount | number | The maximum amount that the wallet is allowed to spend. It should be a non-negative numeric value. |