#aathira-checkout-paymentintent

1 messages · Page 1 of 1 (latest)

inner impBOT
sonic turtle
#

HI 👋 it sounds like you're referring to having updated the version of one of our libraries that you're leveraging, which may have resulted in a change in the API version you were using if you're using one of our strongly-typed libraries.

If you moved to API version 2022-08-01 or newer, then it is now expected behavior for Checkout Sessions to not return a Payment Intent ID on creation. Instead the underlying Payment Intent is now created during the session's confirmation process:
https://stripe.com/docs/upgrades#:~:text=A PaymentIntent is no longer created during Checkout Session creation in payment mode. Instead%2C a PaymentIntent will be created when the Session is confirmed.

foggy knot
#

Thanks for the update

#

Does this session confirmation happens only after the user tries to either make a successful or failed payment transaction or any other steps involved?
I am asking because previously my fullfillment api gets a hit when creating the checkout.session object itself. Now I am not getting that hit

#

that time the type was payment_intent.created

sonic turtle
#

Yes, the confirmation happens when the customer tries to process a payment.

foggy knot
#

okay now im clear .. thank you

sonic turtle
#

Happy to help!

sterile barn
#

aathira-checkout-paymentintent

foggy knot
#

receipt_url is there any change in receipt as well?

sterile barn
#

no

foggy knot
#

charge.succeeded

#

got it

#

my bad

#

all good here