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).
Request
Responses
- 201
- 400
- 403
Payment limit created successfully