#Xythantiops
1 messages · Page 1 of 1 (latest)
Or have the customers create their products and billing links themselves?
There are tons of endpoints and methods used for doing those types of things. I'd recommend looking at our API reference and maybe a quickstart tutorial or 2 to get started:
- API ref: https://stripe.com/docs/api/
- Specifically products: https://stripe.com/docs/api/products
- Quickstart: https://stripe.com/docs/checkout/quickstart
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you I will take a look at these.