Skip to content

Instantly share code, notes, and snippets.

@loujaybee
Created November 14, 2017 09:25
Show Gist options
  • Save loujaybee/5e28fc5f63dc17c6a8b72df655101ef9 to your computer and use it in GitHub Desktop.
Save loujaybee/5e28fc5f63dc17c6a8b72df655101ef9 to your computer and use it in GitHub Desktop.
Stripe Create Account (NodeJS)
stripe.accounts.create({
email: "bob@bobsgym.com",
country: "gb",
type: "custom"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment