Discussions

Ask a Question
Back to All

Refund Idempotency

Hi, I am trying to handle idempotency flow in order to avoid multiple refund in case of retry. At this moment if I use the same external_code value, I receive a refund for each CreatePayment I call. Is it possible to avoid this behaviour?