For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Stripe

Example link

Code (Apache v2.0): Operation

Last updated