Skip to content

Instantly share code, notes, and snippets.

@loujaybee
Created November 14, 2017 09:28
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