v1

latestOpenAPI 3.1.02026-07-136388308.2 KB
Profile Management

List all limits

This endpoint returns an array of limit information. You will need to enable PERM_BUSINESS_GET_LIMITS to use this endpoint.

get/v2/limits

Response

An object of limit information

limitType'STATIC_MONETARY' | 'STATIC_COUNT' | 'DAILY_MONETARY' | 'DAILY_COUNT' | 'TOTAL_MONETARY' | 'TOTAL_COUNT'

This is type of the limit itself

valueinteger

This the total availability based on the limit type defined

remainingValueinteger

This is the remaining availability based on the limit type defined

Example response

{
  "level": {
    "type": "SERVICE",
    "service": "CREATE_CARD"
  },
  "country": {
    "code": "GB",
    "description": "United Kingdom"
  },
  "currency": {
    "code": "EUR",
    "description": "Euro"
  }
}