Created
November 14, 2017 09:28
-
-
Save loujaybee/b680f95cdaca947f621560108e414e0f to your computer and use it in GitHub Desktop.
Stripe Create Subscriptions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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