Set account Limit

  • This API allows to set account Limit.
  • account limits are set up to limit the amount and frequency of transactions for a particular account.
  • account Limits are set by the bank but they can be adjusted by the cardholder to lower the amount and the frequency of transactions allowed. For example, if the weekly limit for domestic ATM withdrawal is set to 5,000 USD and 3 transactions per week, the cardholder can further restrict it by decreasing the amount, for example, to 3,000 USD, and the number of transactions to 2 per week. The cardholder however cannot increase the amount or transaction frequency.
  • Fields with  suffix _bn_lim or just _bn are Limits to set by the Bank .
  • Fields with suffix _ch_lim or just _ch are Limits to set by the card holder.
Body Params

This web service allows to set account Limit

int64
required
≥ 1

account Id in which Limit is set

string
required
length between 1 and 40

Unique number that must be passed at each API request. Identifier to make each API request unique

int32
required
≥ 1

Unique identifier for the client which Paymentology will provide at outset

int32
enum
required
0 to 128

Limit Categories:

  • 0 = Combined For All Debit/Unload Categories
  • 128 = Combined For All Credit/Load Categories
Allowed:
string
length between 0 and 50

User Id of the Customer who triggered the API request.

string
length between 0 and 200

Remarks for API request

number

The maximum amount of a single transaction in this category.

number

The maximum aggregated amount of transactions in this category allowed during one hour (counted as 60 minutes back from the current date/time).

number

The maximum aggregated amount of transactions in this category allowed during 24 hours (counted back from the current date/time).

number

The maximum aggregated amount of transactions in this category allowed during one week (counted back from the current date/time).

number

The maximum aggregated amount of transactions in this category allowed during one month (counted back from the current date/time) .

number

The maximum aggregated amount of transactions in this category allowed during one year (counted back from the current date/time).

int32

The maximum number of transactions allowed in one hour (counted as 60 minutes back from the current date/time).

int32

The maximum number of transactions allowed in 24 hours (counted back from the current date/time).

int32

The maximum number of transactions allowed in one week (counted back from the current date/time).

int32

The maximum number of transactions allowed in one month (counted back from the current date/time).

int32

The maximum number of transactions allowed in one year (counted back from the current date/time).

int64

Minimum interval between two consecutive successful transactions in this category allowed. Note: min_success_txn_interval_bn cannot be > min_success_txn_interval_ch.

int64

Minimum interval between any two consecutive transactions (successful or not) in this category allowed. Note : min_any_txn_interval_bn cannot be > min_any_txn_interval_ch.

number

The maximum amount of a single transaction in this category.

number

The maximum aggregated amount of transactions in this category allowed during one hour (counted as 60 minutes back from the current date/time).

number

The maximum aggregated amount of transactions in this category allowed during 24 hours (counted back from the current date/time).

number

The maximum aggregated amount of transactions in this category allowed during one week (counted back from the current date/time)

number

The maximum aggregated amount of transactions in this category allowed during one month (counted back from the current date/time)

number

The maximum aggregated amount of transactions in this category allowed during one year (counted back from the current date/time)

int32

The maximum number of transactions allowed in one hour (counted as 60 minutes back from the current date/time).

int32

The maximum number of transactions allowed in 24 hours (counted back from the current date/time).

int32

The maximum number of transactions allowed in one week (counted back from the current date/time).

int32

The maximum number of transactions allowed in one month (counted back from the current date/time).

int32

The maximum number of transactions allowed in one year (counted back from the current date/time).

int64

Minimum interval between two consecutive successful transactions in this category allowed.

int64

Minimum interval between any two consecutive transactions (successful or not) in this category allowed.

Responses

404

Webservices does not exist

500

Internal Server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json