Temporary Credit Limit

A temporary credit limit, that extends or reduces the Account credit limit could be defined for credit accounts. In this case, the value of the temporary limit overrides the default credit limit for a selected time range.

In our solution each Temporary Credit Limit is identified by a unique temporaryCreditLimitReference

A temporary credit limit can be:

  • created using the Create a temporary credit limit API : POST /issuers/{issuerId}/accounts/{accountReference}/temporary-credit-limits
  • deleted using the Create a temporary credit limit API : DELETE /issuers/{issuerId}/accounts/{accountReference}/temporary-credit-limits/{temporaryCreditLimitReference}

The time period of two defined Temporary Credit Limit cannot overlap.

For each account it is possible to list temporary limits using the following API : GET /issuers/{issuerId}/accounts/{accountReference}/temporary-credit-limits

Enable "on this page" menu on doc section
On