#yingwg
1 messages · Page 1 of 1 (latest)
hello! I'm going to need more info to help. In what scenarios did it not redirect the user to the payment page after? Are you noticing any trends?
Can you provide a few Checkout Session ids where you've noticed this?
hmm. let me check
it is from our customer report, where can I find the checkout session id?
i don't know what does your customer report look like, but the Checkout Session id has a prefix of cs_live_. Alternatively, if you have a PaymentIntent id (the prefix is pi_) that works too
what about user email
this is the screenshot I got from user, the page basically hanging there
This isn't a page hosted by Stripe. Can you share your Stripe account id? I'll take a look at how you're integrating with Stripe
I'm sorry but I need the account id, it'll start with acct_
You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
okay, so you're using Checkout Sessions. Looking through the requests in livemode, i see some recent errors when creating the Checkout Session.
Example : https://dashboard.stripe.com/logs/req_M9jlVLBC1SCCvk
One or more provided prices do not have a tax behavior set, which is required for automatic tax computation. Please visit https://stripe.com/docs/tax/products-prices-tax-categories-tax-behavior#tax-behavior for more information.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
like what the error mentioned, you'll want to make sure you set a tax behaviour for those prices
oh that one was fixed already
and the customer ran into the second issue after that one got fixed
the create checkout session returns 500 when the tax behavior is not setup
after that, the create checkout session call returns 200
okay, then i need to have a Checkout Session or PaymentIntent id to take a look
without that, I'm afraid it's not going to be possible for me to know which request or Checkout Session itself to troubleshoot on
okay, do you send webhook event for checkout session create event?