Discussions
Refund Idempotency
almost 2 years ago by Gianluca Grimaldi
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?