How to authenticate API requests and ensure safe retries using idempotency keys.
Authorization
header. Additionally, for all state-changing operations, Gale supports idempotency to ensure that retrying a request does not result in duplicate processing.
merchant_api_token
.Idempotency-Key
with:
POST /v1/checkout
POST /v1/checkout/{checkout_id}/refund
POST /v1/checkout/{checkout_id}/cancel