Request identifier
Each API request is associated with a request ID. You can find this value in the response headers, underRequestId key. If you need to contact us about a specific request, providing the request identifier will ensure the fastest possible resolution.
Idempotency keys
The Paybyrd API supports idempotency for safely retrying HTTP POST requests without accidentally duplicating operations. An idempotency key is a unique value generated by the client that the server uses to recognize subsequent retries of the same request. This is useful when no response is received due to a network connection error. Sending an idempotency key will allow you to repeat exactly the same request and obtain the response from the previous one. To perform an idempotent request, provide anidempotency-key header as follows:
Using V4 UUIDs for idempotency keys will guarantee enough entropy and avoid collisions.

