#mmwt_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ 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/1341470831183790142
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Can you share the ID of the Payment Intent here?
hey yeah sure.
pi_3QtuaIKs3B1QIcGo0hry09RY
It says it is waiting for next_action property but i assumed since I am using dynamic payment methods and with payment elements that it would get handled automatically
With Checkout, yes - but not with Payment Elements I don't think. You still need to handle the next_action. < https://docs.stripe.com/js/payment_intents/handle_next_action>
Gotta run though - my colleague can help with anything further you need. ๐
๐
i have to admit, i'm not super familar with cash app as a payment method. let me run through a quick test on my end to see what steps you're missing
might also need to consult a colleague who is a little more familiar.
also fyi i'm juggling a few threads right now so apologies in advance if i'm a little slow getting back to you!
i just tested this in my own integration in test mode and it works just fine
i.e. the prompt to scan the code appears and when i scan it the payment intent advances
do you have a publically accessible test page?
okay but the QR is that supposed to show up automatically when using Payment Elements? Or would i need to code if it was cash app then I have to code the QR etc..
As of now I do not have a test page. I will try to make one available if I can
i think the QR code display is handled automatically with the payment element, i didn't have to set anything special up in my own test integration