API Reference

Limit Wallet

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:

ParameterTypeDescription
accountNumberstringThe wallet account number for which the spending limit needs to be set.
limitAmountnumberThe maximum amount that the wallet is allowed to spend. It should be a non-negative numeric value.
Language
Authorization
Header
Click Try It! to start a request and see the response here!