Idempotency-Key header on every mutating Business API request.
Overview
Idempotency
Retry mutating requests without creating duplicate resources or payments.
Send a unique
Repeating the same method, path, body, and key returns the stored response. Reusing a key for a different request returns a conflict. Generate keys from stable IDs in your own system and retain them across network retries.