Skip to main content

4 docs tagged with "best-practices"

View all tags

API Versioning

Learn how to manage Omise API versions, specify versions with the Omise-Version header, understand breaking vs non-breaking changes, handle deprecations, and maintain backward compatibility.

Idempotency

Learn how to safely retry Omise API requests without duplicating operations using idempotency keys. Understand idempotency headers, key formats, expiration, and best practices for reliable payment integrations.

Pagination

Learn how to navigate large result sets efficiently using Omise API pagination with limit, offset, and list responses. Master pagination patterns for charges, customers, and other resources.

Rate Limiting

Learn about Omise API rate limits, understand rate limit headers, handle HTTP 429 responses, implement exponential backoff, and optimize your integration to stay within limits.