#.abishek
1 messages · Page 1 of 1 (latest)
Hi. Let me help you with this.
Thank you
Stripe Checkout uses PaymentIntents under the hood to process payments. Instead of muting the PaymentIntent events we trigger both, so you can use whichever you like. You will also notice a charge.succeeded event, which is even more low-level, related to this PaymentIntent.
when creating the checkout session, you add the line items, but the checkout session object retrieved on the checkout.session.completed webhook doesn't have the lineitems, anyway to get the line items?
You need to expand it:
oh
ok
can you advice on how to setup webhooks for abandoned cart functionality with checkout sessions?
ok
got an issue with the checkout url, for some reason, the link functionality stopped working. This is what I see
this is the checkout session id cs_test_b1z62wl97BqdW56tnZDGPdx56CbUhy82gmcVnJ11yacdtJpzHaFEUAuxwP
What's not working?
There used to be a button for Stripe Link on the top, not anymore
Oh, I see, let me check.
is it possible to show other payment methods as well. link google pay, apple pay, etc
sorry, never mind
I have payment_method_types set to card
thats why I think it doesn't show
ok, I removed it and still get the same cs_test_b1xroG3RMkDObc2IDxbxq95lrn4DS7ZVcLzlAMhBWv9j5OM5LmuZ5BLVVr
I am able to see Google Pay in Chrome.
i am seeing none other than credit card element
Hi! I'm taking over this thread. Give me a few minutes to catchup.
Could you try a new Checkout Session without setting the customer property and see if that changes anything?
ok, because it wasn't the case before, I was setting the customer property from first and it was still showing it. but let me try it
the same without customer
this is what I am passing to create the checkout session
Can you share the new Checkout Session ID?
shared one above
and this is the one without the customer assigned cs_test_b1jvWEKxCixXGJNQzPhG2caWEvR18RAU1ZcxkfqiYufPsDO6ku6wjG9go9
cs_test_b1xroG3RMkDObc2IDxbxq95lrn4DS7ZVcLzlAMhBWv9j5OM5LmuZ5BLVVr
Thanks! Give me a few minutes to look into this.
ok
I see linked is turned off in your Stripe dashboard. Can you try turning it on? https://dashboard.stripe.com/test/settings/payment_methods?platform_id=pmc_1NxmrG25zCqxTDInKxjzBmNW
that is strange, I don't remember turning it off. I even saw it working fine yesteday
why doesn't apple pay and google pay not show
why doesn't apple pay and google pay not show
For me Google/Apple Pay is showing up in your Checkout Session. You just need to make sure you are using a supported browser and that you have a card saved in your wallet.
do I have to create a new checkout session to see it take effect?
i am using a chrome based browser
Can you use Google Chrome, and make sure you have a card saved in pay.google.com
No need to create a new Checkout Session
Wait, are you testing this from India? If so, Google and Apple Pay are not supported there. See: https://support.stripe.com/questions/supported-payment-methods-currencies-and-businesses-for-stripe-accounts-in-india
However not sure baout Link, still looking into this.
ok, thanks for the info on apple pay and google pay, let me try that on a VPN, but still hoping to get Stripe Link working
please let me know what you figure out
are you able to see Stripe Link on your end?
are you able to see Stripe Link on your end?
Not on your Checkout page, no.
Hi, we're still looking into in, please bear with me.
sure
It seems like it might be still in the rollout phase so you might not see it at all times.
If you look at the screenshot, "Securely save my information..." box is actually related to Link.
It means Stripe is conducting experiments to see how to optimize Link and provide the most value to our users. I would suggest you reach out to Stripe Support if you want to be excluded from it: https://support.stripe.com/?contact=true
ok