What is Idempotency?
The mechanism that stops a repeated request creating a duplicate order.
If the connection drops as you pay and you tap again, a system with this protection recognises the same request and does not issue two profiles. It is why retrying on the same button beats opening a fresh checkout when you are unsure.