Safepay Raast does not enforce rate limits at this time.Documentation Index
Fetch the complete documentation index at: https://safepay.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Even without enforced limits, design your integration to handle spikes and transient failures gracefully.
Recommended practices
- Use exponential backoff for
5xxresponses and network timeouts. - Reuse
request_idvalues only when retrying the exact same payload. - Cache account validation lookups briefly to reduce repeated calls.