#daniele-de-benedetto_api

1 messages ¡ Page 1 of 1 (latest)

eternal groveBOT
dire kelpBOT
#

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.

eternal groveBOT
#

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

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

tame anchor
#

Hi, let me help you with this.

#

What's your question exactly?

undone rock
#

i have two questions

the first is, exists a way to require 'confirmation' in checkout ? (i'm using the embedded checkout form) https://docs.stripe.com/api/checkout/sessions/create

i ask if there is a way to forward the confirm option to the payment intent

The second question is that with this kind of integration we don't receive the 'payment intent processing' hook why ?

tame anchor
#

What do you mean by "way to require 'confirmation'" and "forward the confirm option" exactly? What are you trying to achieve?

undone rock
tame anchor
#

payment_intent.processing event is only created for asyncronous payment method types, e.g. bank account debit.

tame anchor
undone rock
#

i want to have a step in which the user insert the payment method, click on 'pay' button, i receive the hook for 'requires_confirmation' and i confirm or block the transaction

#

but seems that is not possible with the checkout session

tame anchor
undone rock
#

oh ok thank you, in that case which hooks i receive and in which order ?

tame anchor
#

You can just listen to this one. After it's captured, you will receive a payment_intent.succeeded

undone rock
#

ok thank you, i try this method

tame anchor
#

Happy to help.