application/problem+json bodies for most errors.
Retry matrix
Example error response
Example fix
Request:Practical rules
- Never auto-retry
4xxwrites except behind explicit reconciliation logic. - Use exponential backoff for
429and5xxresponses. - If the response to a write is lost, retrieve the resource before creating another one.
- Log
requestId, yourexternal_ref, and the Pagou resource ID together.

