#yingwg

1 messages · Page 1 of 1 (latest)

regal tokenBOT
onyx condor
#

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?

true zealot
#

hmm. let me check

#

it is from our customer report, where can I find the checkout session id?

onyx condor
#

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

true zealot
#

what about user email

#

this is the screenshot I got from user, the page basically hanging there

onyx condor
#

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_

true zealot
#

oh, its this one

#

acct_1NZIRKLZYTcA9IFh

onyx condor
#

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.
#

like what the error mentioned, you'll want to make sure you set a tax behaviour for those prices

true zealot
#

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

onyx condor
#

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

true zealot
#

okay, do you send webhook event for checkout session create event?