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
Hi,
I am using bloom as a recommended wallet for online payments.
Payments are initiated using a deeplink that has all information about transaction prefilled.
It would be good idea if deeplink and wallet had support for Idempotency Key so that when User clicks on the same link twice he is warned that there is already issued transaction with same key.
This would prevent issuing same transaction twice on accident.
So deeplink could look like:
bloom://wallet/sendTransaction?address=iota1abc&tokenId=abc&tokenAmount=1&idempotency_key=unique-string
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am using bloom as a recommended wallet for online payments.
Payments are initiated using a deeplink that has all information about transaction prefilled.
It would be good idea if deeplink and wallet had support for Idempotency Key so that when User clicks on the same link twice he is warned that there is already issued transaction with same key.
This would prevent issuing same transaction twice on accident.
So deeplink could look like:
bloom://wallet/sendTransaction?address=iota1abc&tokenId=abc&tokenAmount=1&idempotency_key=unique-string
Thank you
Beta Was this translation helpful? Give feedback.
All reactions