#HVMP
1 messages ยท Page 1 of 1 (latest)
I expect this is not the functionality, but am just looking for confirmation before I "modify" how I construct the idempotency key at current.
I plan to make it a composite idempotency key to allow retrying later, for example a key which combines the current one + a timestamp (sort of).
Idempotency key is used to ensure a request is only performed once, so it'll return the same response if it's been performed previously.
If the transfer fails and you wish to retry again, same idempotency key can't be re-used
Awesome, ty for confirmation ๐
No problem! Happy to help ๐