#swegram
1 messages · Page 1 of 1 (latest)
thank you
Can you share the details of the request you're trying to make here?
What customer ID are you trying to retrieve?
I receive this message after I have entered the card number and confirmed the payment
i have activate the test mode
this is a public channel, so if those details are sensitive you should remove them
I don't think the app credentials will help debug this, you need to review your server logs to see what your code is trying to do when that error is thrown
Stripe\Customer::retrieve(NULL)
That suggests you're trying to retrieve a customer but providing null instead of a valid customer id
You create this Checkout session here: https://dashboard.stripe.com/test/logs/req_lVUtZnLjTgNIrJ
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
okej thank you, i will check that 🙂 it there any thing else you thing i need to know?
This is using API version 2022-11-15, which is after our change to only create customers if_required by default during Checkout
https://stripe.com/docs/upgrades#2022-08-01
When creating a Checkout Session in payment mode, the default value of customer_creation has changed from always to if_required.
Are you using code you used with an older account, or from somebody else?
yes i think i have an old version of the code