#Sarvesh
1 messages · Page 1 of 1 (latest)
How can I help?
Hi I'm looking for the APIs to create product and pricing objects for the subscriptions using PHP
https://stripe.com/docs/api/products/create#create_product You can find the API in the reference doc
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok so first we need to create product with above API and then which API to create / set price to the product?