#alanx4654
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.
https://stripe.com/docs/api/checkout/sessions/create?lang=curl#create_checkout_session-success_url success_url is 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.
I'm using "Creates a session of the customer portal"
no success_url here ?
I just use the code on the right
Your request is to create a checkout session, not billing portal session
So the given code is wrong?
The code is correct, did you import the correct Session class?
Oh my bad, wrong class..
I also want to know that the response url is only valid for the customerId I given?
when I visit response url, why there is no upgrade or downgrade button?
It depends on your portal configuration.