#alper-yilmaz_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/1266001032018657342
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- alper-yilmaz_api, 1 hour ago, 12 messages
- alper-yilmaz_api, 20 hours ago, 7 messages
- alper-yilmaz_api, 1 day ago, 18 messages
- alper-yilmaz_api, 1 day ago, 16 messages
Sure
pi_3PgPomP5uFmX1iFn10unAO2n
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
the code you shared doesn't really make any sense. there's no need for custom forms, hidden inputs, and so on.
did you read our official documenation on how to accept a payment with PaymentIntent + Payment Element? https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements
Yes I have read, however I want to do it without using javascript
so you don't use the Payment Element to collect card numbers? then what do you use?
Is https://hooks.stripe.com/3d_secure_2 page for just confirming payments?
you should never use that URL by itself like this.
I have used confirm Payment Intent and it returned me this url
Additionally with parameters client_secret etc.
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.