#Novaboyz-Customer
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_5tfXjAKXsFmcWr
There's no error returned for this request
The payment is being successfully accepted by stripe
I need the request ID where the error happened.
OK, I think I know the problem
https://stripe.com/docs/api/checkout/sessions/create?lang=node#create_checkout_session
You are using the latest API version 2022-08-01, and the default value of customer_creation has changed from always to if_required.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Therefore, the checkout session won't create a customer unless you set customer_creation to always
Make sure you follow this list when upgrading your API version (https://stripe.com/docs/upgrades#how-can-i-upgrade-my-api)
And you should also watch out the change list https://stripe.com/docs/upgrades#api-versions
appreciate it
been working on this two days now
trying to find out what is going on
it works now