#alper-yilmaz_api

1 messages ¡ Page 1 of 1 (latest)

jolly nebulaBOT
#

👋 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/1266001032018657342

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

devout forumBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

livid geyser
#

hi there!

#

can you share the PaymentIntent ID (pi_xxx)?

oblique epoch
oblique epoch
oblique epoch
#

I want to post a form for customer to open a pop-up for entering credit-card information and then sms authentication for confirming payment

livid geyser
oblique epoch
#

Yes I have read, however I want to do it without using javascript

livid geyser
#

so you don't use the Payment Element to collect card numbers? then what do you use?

oblique epoch
livid geyser
#

you should never use that URL by itself like this.

oblique epoch
#

I have used confirm Payment Intent and it returned me this url

#

Additionally with parameters client_secret etc.

livid geyser
#

if you want to use PaymentIntent directly, then you need to use Stripe.js to collect the payment information.
if you don't want to use Stripe.js, then you could use Checkout Session instead.

oblique epoch
#

I see

#

I just wanted to handle with just backend code but I must use frontend code too to collect the payment information okay

#

Thank you very much