Skip to main content

Create payment limit

POST 

/governance/v1/limits

Creates a payment limit for a specific currency and payment method. Limits can be set at account level to control the maximum amount allowed per transaction or per day.

Supported limit types:

  • TRANSACTION: Maximum amount for a single transaction.
  • DAILY: Maximum cumulative amount across all transactions within a calendar day (based on the specified timezone).

With this endpoint you can also set limits for your customers by adding customerId to the payload.

Request

Responses

Payment limit created successfully

Was this page helpful?