Unique WC URI #5509
Unanswered
elranu
asked this question in
Developer Support
Unique WC URI
#5509
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m working on integrating WalletConnect functionality and have a specific use case I’m trying to address:
Is there a way to create a unique WalletConnect URI such that:
The server listens for a new session connection tied to this URI.
Once a wallet connects, the server sends a payment request immediately.
After completing the payment request, the server disconnects the client, making the URI available for the next wallet to connect.
Essentially, I’d like to reuse the same WalletConnect URI to handle one wallet connection at a time, sequentially.
Let me know if this is possible with your API or if you have any recommendations on implementing this functionality.
Thanks in advance for your help! Looking forward to your response.
Beta Was this translation helpful? Give feedback.
All reactions