Skip to content

Instantly share code, notes, and snippets.

@loujaybee
Created November 14, 2017 09:28
Show Gist options
  • Save loujaybee/b680f95cdaca947f621560108e414e0f to your computer and use it in GitHub Desktop.
Save loujaybee/b680f95cdaca947f621560108e414e0f to your computer and use it in GitHub Desktop.
Stripe Create Subscriptions
stripe.subscriptions.create({
customer: "your-customers-id",
plan: "monthly-membership",
application_fee_percent: 5
}, {
stripe_account: req.body.account
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment