Skip to main content

List payment limits

GET 

/governance/v1/limits

Retrieves all payment limits configured for the authenticated account. Supports filtering by customer, limit type, payment method, and currency.

Use the q query parameter to filter results. Format: field1:value1,field2:value2

Available filters:

  • customerIds: Filter by customer UUIDs
  • limitTypes: TRANSACTION, DAILY
  • methods: Payment method codes (e.g., SEPA, SWIFT)
  • currencies: ISO 4217 currency codes (e.g., EUR, USD, GBP)

Request

Responses

Payment limits retrieved successfully

Was this page helpful?