#Gabriel Mesquita

1 messages · Page 1 of 1 (latest)

warm leafBOT
paper quail
#

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

strong maple
#

Perfect

novel brook
#

👋 hopping in here to help - you mentioned in the other thread about third-party payment links

#

Can you be more specific?

strong maple
#

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

novel brook
#

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

strong maple
#

I understood. But I would like the person to make the payment through my website, as if it were a bank

novel brook
#

Then you'll need to build your own payment page to accept payment details