#Gabriel Mesquita
1 messages · Page 1 of 1 (latest)
Hello
I'd be happy to help but I'm going to need more information on what is confusing or where you are stuck exactly. As what you are describing right now is pretty broad.
@strong maple let's talk in this thread
Perfect
👋 hopping in here to help - you mentioned in the other thread about third-party payment links
Can you be more specific?
So, I'm creating an application in next.js and nodejs. And my application consists, in quotation marks, of an online bank, in which the person can make payments using third-party links in my application. And I would like to know how to implement this functionality using stripe
Let's say that the person went to make a purchase on a specific website, and has the option of paying for the qr code or copying the qrcode. What I want to do is copy the code from this qrcode, and pay using stripe in my application
What you could do is create a Payment Link or a Checkout Session and the QR code would direct them to a hosted payment page to complete payment
I understood. But I would like the person to make the payment through my website, as if it were a bank