Improved
Off-Ramp Currencies, Transaction Limits & Fee Configuration
May 28th, 2026 by ReadMe GitHub Action
What's new
- Off-ramp: OMR, QAR, AED, and GTQ are now supported as fiat payout currencies for individuals (off-ramp only; not on-ramp; not available for corporate off-ramps).
- Transaction limits: New endpoint to retrieve applicable limits before initiating a transfer.
- Fees: Fee configuration endpoints accept an optional
payment_methodfield.
Off-ramp currency support
The following fiat currencies are now supported for individual off-ramp only (not on-ramp; not corporate off-ramp):
| Code | Currency |
|---|---|
| OMR | Omani Rial |
| QAR | Qatari Riyal |
| AED | UAE Dirham |
| GTQ | Guatemalan Quetzal |
See Supported assets and the API reference for eligibility and account setup.
Transaction limits
A new endpoint returns applicable transaction limits (for example minimum amounts) for a given on-ramp or off-ramp configuration. Use it to validate limits earlier in your transfer flow.
Fee configuration by payment method
Merchant, corporate, and user fee configuration endpoints now accept an optional payment_method field, so different fee structures can apply depending on the payment method used.
Existing fee configurations continue to work without modification when payment_method is omitted or set to null.
