#Yordi M
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
I do not think that is an option. From looking at the screenshot, you're already passing the customer if when creating the Checkout Session.
You could change the address collection method, https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-billing_address_collection to not require if that is what you're doing.
Checkout will only collect the billing address when necessary. When using automatic_tax, Checkout will collect the minimum number of fields required for tax calculation.
Let me know if you have any follow up questions here.
Do you mean that is possible the form doesn't ask for the address info?
That is correct.
Like you want the address to show but it won't work. You can choose to have the address collected only when needed.
ok ok, so if I have the address info stored for the customer, I won't be needed to ask for the address info in the checkout form?
let me know if I understood well
Hmm, more like Stripe Checkout will determine if a billing address is needed. If it's not needed, it won't ask. If it's needed, it would surface.
it's completely automatic
I want to ask too, if is possible to not show a course description?, sometimes we have big descriptions, so we don't need to show the description in that part of the flow
Can you share the request id with me please? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
sure, give me a moment
req_vaGWcuiuVopnMN
I'd like to know if there is a way to not show the description
I think the description is coming from the Product, so you'd want to edit the product description.
The request id you shared has a different price so I do not think that is correct
Try creating a product without a description, and let me know if that solves the issue.
really sorry, I think this is the id req_xSB2CTID6CzrB9
I do not think that is it either, can you try it creating a new product without a description, https://stripe.com/docs/api/products/create#create_product-description and price, https://stripe.com/docs/api/prices/create then creating a Checkout with the new price?
Did it work?
give me a moment please
I'm doing it
I did a new request with the same course and this is the id req_ISHuCS8406xdHR
I'm trying to edit this course in order to test you said me
because right now, I'm unable to create a new course
let me test it tomorrow morning, and I'll tell you what happened to that, but, I want to ask what can we do with our created courses that have descriptions ?
in order to hide it or not show it
You can update the product: https://stripe.com/docs/api/products/update and only pass what is needed on the description.