📄️ Idempotency
Use reference_id as your merchant-side idempotency key for every MidasPay write operation — orders, refunds, subscriptions, authorizations — to make retries safe.
📄️ Versioning
How MidasPay versions its APIs — major via URI prefix, additive changes within a major, and how deprecations are signalled.
📄️ Pagination
How to page through MidasPay list endpoints — page_number / page_size semantics, limits per endpoint, and patterns for large reconciliation jobs.
📄️ Rate limits
How MidasPay protects the platform — back-off guidance for 429 responses and channel-imposed quotas.