You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/idempotency.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,3 +40,6 @@ By incorporating the `idempotencyKey` with specific game and item IDs:
40
40
* Players purchases are singular. Any effort to replicate the transaction will fail.
41
41
42
42
* Should any interruptions occur during the buying process, like server outages or communication failures, the transaction can be re-validated without the threat of repeated charges.
43
+
44
+
::: info
45
+
Since the `idempotencyKey` is global among all payments, developers should consider incorporating a unique value to further differentiate a payment. For example, use `destination` address when appropriate or also include a developer-specific random GUID.
0 commit comments