Retry matrix
Recover after an unknown result
If a payment request times out, retrieve the resource instead of creating the payment again. Store your own order ID so you can match the API result to the original request:- Store
client_reference_idon checkout sessions. - Store
metadata.order_idor similar on checkout sessions, payment links, refunds, and customers.

