#citronovastava
1 messages ยท Page 1 of 1 (latest)
- What are you referring to when you say 'description'? Something in the UI?
- You can't customise that text currently no.
- Yes, you can prefill that field. You either pass an existing
cus_xxxID via thecustomerparameter, or use thecustomer_emailfield: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer_email
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
- Im reffering at this
No, that's pulled from the associated Product object
- so it is determined by Stripe by default and it cannot be changed right ? If we have two paid plans, what will be shown here? IMO this feature to edit what will be shown here is quite important, so little feedback that it migh be useful even for other customers ๐
OK I see
What would be shown where?
Should be easy enough to test
I dont mean this description right now.
Im talking about this: imagine you have
- FREE PLAN
- PAID PLAN 1 (10 dolars)
- PAID PLAN 2 (20 dolars)
You have this checkout trial page and in ideal world you can say what happens after trial (in our example you have 3 options what to show)
that is
- you will go to free plan or paid plan 1 or paid plan 2
My question is how is determined which plan would follow trial (in screenshot that is "Then 39.00 per month". We would need to set "Then its free" - which I understand is not possible right now