Skip to content

Instantly share code, notes, and snippets.

@loujaybee
Created November 14, 2017 09:26
Show Gist options
  • Select an option

  • Save loujaybee/4d84f576868de9bbae6ae39f40d5ceb3 to your computer and use it in GitHub Desktop.

Select an option

Save loujaybee/4d84f576868de9bbae6ae39f40d5ceb3 to your computer and use it in GitHub Desktop.
stripeCreatePlan.js
stripe.plans.create(
{
amount: 1000,
name: "A monthly membership",
id: "monthly-membership",
interval: "month",
currency: "gbp"
},
{
stripe_account: "your-account-id-from-step-1"
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment