#mrdude_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/1435911948763136012
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
Just to make sure I understand you well, you are using Payment Element in your frontend ?
Because there is a wide range of ways to integrate Link in your Element integration:
https://docs.stripe.com/payments/link/elements-link
We have a kinda custom integration, we show a form to get customer card details, then we get the sourceId and cvcToken and send that to our backend, but link does not provide cvcToken
So you are collecting the card details using your own form ?
No, we are using CardNumberElement
And i get the data I could use in my backend to create payment intent, but when link is used, i dont get data i need to complete the payment using the payment intent API
Ok so youa re using the Card Element
since as I understood, link under the hood uses card token that is then used in depractead charges API
yes
You can use it as a PaymentMethod too to confirm the PaymentIntent
Oh okay, I can work with this, thanks ๐
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!