#Alakazam
1 messages · Page 1 of 1 (latest)
What's your question?
I want to create payment links for free trial where user dont have to enter card details in checkout page . there is a paramter called payment_method_collection: "if_required" in checkout api , how to do this in payment links
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We have that with payment links as well
thanks for the help
No problem
can we do this without using stripe api , like passing some predefined params in payment link which is generated in stripe dashboard. Like prefilled_email
Okey, Will the link generated from api valid for lifetime like the lifespan of payment links from dashboard?
You're referring to the feature list provided for the pricing table?
Yes!
Ah yeah that's not available through the api currently
It's only used for pricing tables
This Feature list
yep
You can see here: https://stripe.com/docs/api/products/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Not available through the api unfortunately
Ohh! Sad , Is there any internal api used for pricing table?