#Bethany
1 messages · Page 1 of 1 (latest)
I'm using it in setup mode. the docs don't indicate it's required but i'm getting an error response with a 400 status
Hi, the required parameters are marked with 'REQUIRED' tag: https://stripe.com/docs/api/checkout/sessions/create.
What are you seeing? Are you seeing any issues?
Can you share the request if with me please? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
ok, hang on a sec....
Ah, with setup mode it's different:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types
In payment and subscription mode, you can omit this attribute to manage your payment methods from the Stripe Dashboard. It is required in setup mode.
No need, I just caught that it's setup mode
ah, ok, so it is required because i'm using setup mode
yeap
i was only looking for the "required" tag and thus confusion 😊 . Thanks for clarifying!