Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 572 Bytes

File metadata and controls

25 lines (18 loc) · 572 Bytes

Stripe subscriptions

Supports the following:

  • Subscriptions
  • Subscription Items
  • Subscription Schedules

Official docs: https://stripe.com/docs/api/subscriptions?lang=node

Description

Perform CRUD operations on Stripe subscriptions, including items and schedules

Find out more about Budibase.

Instructions

To build your new plugin run the following in your Budibase CLI:

budi plugins --build

You can also re-build everytime you make a change to your plugin with the command:

budi plugins --watch