#tcdev_api
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/1460168113290215519
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! taking a look, gimme a while
Hey, thanks - appreciate it!
in essence, you're supposed to already know the data a.k.a card details, then create a PaymentIntent. That's how MOTO works.
Ok get that - but when the agent takes the details, e.g. how much is your bid - and then what's your card details.
Have to enter the card details somewhere?
Is that a separate element I need to integrate?
Setup intent?
I think it depends on how you intend to implement it. If you intend to integrate with your own input field or with Stripe components.
How are you integrating with Stripe right now? Are you using the Payment Element?
Using Payment Element and I 100% prefer using stripe components for security
alright, so you'll want to use the deferred intent flow : https://docs.stripe.com/payments/accept-a-payment-deferred so that you can create the Confirmation Token first, and then confirm with the MOTO flag server-side
maybe give it a try and let me know if you're still running into issues
Ok great appreciate this! I'll try now ๐