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

Action: Create a Price

Stripe Operation

Create a new product price in Stripe

Example User Story

As a business I wish to create new prices in Stripe in order to reflect the product prices on my website.

Fields

Field Name
Field Type
Required

product

String

Yes

unit_amount

Integer

Yes

currency

String

Yes

recurring

Map

No

Stripe

Example link

Code (Apache v2.0): Operation

Last updated