Skip to content

Commit d1bf241

Browse files
committed
Merge branch 'main' of github.com:code-wallet/code-sdk
2 parents 51ad3f6 + d86b791 commit d1bf241

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/reference/idempotency.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ By incorporating the `idempotencyKey` with specific game and item IDs:
4040
* Players purchases are singular. Any effort to replicate the transaction will fail.
4141

4242
* 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

Comments
 (0)