#crispycodes
1 messages · Page 1 of 1 (latest)
Hi
You can use Stripe invoicing APIs, check this quick start:
https://stripe.com/docs/invoicing/integration/quickstart
Thank you, have already had a look over this. For the pricing aspect would this mean I need to send a request here: https://stripe.com/docs/api/prices/create everytime I need to create a new price?
Also is the email a required field in the invoice creation process as I would need to return a link to pay the invoice, not sent to the users 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.
Thank you, have already had a look over this. For the pricing aspect would this mean I need to send a request here: https://stripe.com/docs/api/prices/create everytime I need to create a new price?
Yes. If you want to not create price, you can passprice_data:
https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-price_data