Supported methods
Authorization: Bearer <token>: recommended for new integrations.apiKey: <token>header: supported for compatibility and some existing merchant stacks.- Basic Auth with username
tokenand passwordx: legacy-compatible option when a client stack is constrained.
Recommended production standard
Use Bearer token unless you have a concrete compatibility constraint.Compatibility examples
Operational guidance
- Pick one method and apply it consistently across all services.
- Do not mix auth styles by route.
- Rotate credentials through your secrets platform, not by code change.
- Log only request correlation identifiers, never tokens.

