Skip to main content

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.

Safepay Raast does not enforce rate limits at this time.
Even without enforced limits, design your integration to handle spikes and transient failures gracefully.
  • Use exponential backoff for 5xx responses and network timeouts.
  • Reuse request_id values only when retrying the exact same payload.
  • Cache account validation lookups briefly to reduce repeated calls.

See also