Action: Create an Invoice
Stripe Operation

The Create an Invoice action enables users to create an invoice in Stripe.
Example User Story
I want to create an invoice in Stripe in order to invoice a customer for their order.
Fields
Field Name
Field Type
Required
customer
String
Yes
amount
Integer
Yes
currency
String
No
description
String
No
apiKey
String
Yes
Related Connections
Related Automations
Example link
Code (Apache v2.0): Operation
Last updated