#rohan_api

1 messages · Page 1 of 1 (latest)

wide cryptBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1343979365242900540

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

hasty roost
south anvil
#

Hm, okay. If I'm manually handling the QR code, do I just poll in the background?

#

(for the webhook)

hasty roost
#

What do you mean by poll

south anvil
#

Like, if I'm manually showing the QR code, how do I know when the payment has been made? I was saying that I'm guessing I'd need to poll my server until it receives the payment_intent.succeeded webhook

hasty roost
#

Ah yeah

south anvil
#

Dang, okay. Would it be possible to submit a feature request to have the hosted instructions page redirect back to return_url on success?

hasty roost
#

After calling confirmCashappPayment, a QR code displays on the webpage. Your customers can scan the QR code using either their mobile device’s camera or the Cash App mobile application and authenticate the payment. A few seconds after customers authenticate the payment successfully, the QR code modal closes automatically and you can fulfill the order.

#

It should close automatically

#

Also per above link

#

For desktop

#

So if confirming clientside is an option for you I recommend that

hasty roost
south anvil
#

gotcha, okay. alright, thank you