Created
November 14, 2017 09:25
-
-
Save loujaybee/5e28fc5f63dc17c6a8b72df655101ef9 to your computer and use it in GitHub Desktop.
Stripe Create Account (NodeJS)
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.accounts.create({ | |
email: "[email protected]", | |
country: "gb", | |
type: "custom" | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment