Stripe (Legacy)
Last updated
Was this helpful?
Was this helpful?
get a customer from stripe whose email is "john.doe@example.com"get an invoice from stripe whose status is "open"create a customer in stripe with
the email is "john.doe@example.com"
the name is "John Doe"create a price in stripe with
the unit_amount is 1000
the currency is "usd"
the product is "12232232"add a item to the invoice with
the customer is "cus_123ABC"
the amount is 1500
the currency is "usd"send the invoicedelete a customer in stripe with
the id is "cus_123ABC"delete an invoice in stripe with
the id is "sub_123456789"