#harshiliroid_api

1 messages · Page 1 of 1 (latest)

flint lanceBOT
eager pewterBOT
#

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.

flint lanceBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1249584323246555168

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

dawn prawn
#

Hi there, when a payment_intent is in requires_action status, it means that the payment requires customer's action to confirm the payment (i.e., 3DS authentiaiton). You need to bring your customer to your website, and call stripe.confirmPayment to start the 3DS process.

#

There's no way to confirm a requires_action PaymentIntent from server side.

normal vale
#

Bom dia , gostaria de cancelar uma subscrição mensal efectuada pela plataforma sripe

dawn prawn
#

Hi @normal vale please use the button in #help channel to create a thread for yourself. Also we can only support your in English language.

abstract hatch
#

without using stripe.confirmPayment

dawn prawn
abstract hatch
#

Yes @dawn prawn am understand this flow but in 3D Secure authentication witch method is useful in my case ?

dawn prawn
#

As I said before, you need call stripe.confirmPayment from your webpage.

abstract hatch
#

I need to payment confirmation is server side i can't use stripe.confirmPayment for verifying

dawn prawn
#

No, as I repeatedly explained, there's no way you can confirm a PaymentIntent from backend when it's in requires_action status. Your integration should handle this situation by taking your customer back to your website, so that you can call stripe.confirmPayment() to start the 3DS authentication.

abstract hatch
#

okay and thank you @dawn prawn please give me last answer any alternative solution for create customers , send payment and confirm payment in server side ?