Skip to content

Instantly share code, notes, and snippets.

@loujaybee
Created November 14, 2017 09:27
Show Gist options
  • Select an option

  • Save loujaybee/889796d0aa2cde6be6965bad4e0d7253 to your computer and use it in GitHub Desktop.

Select an option

Save loujaybee/889796d0aa2cde6be6965bad4e0d7253 to your computer and use it in GitHub Desktop.
Stripe Create A Customer (NodeJS)
stripe.customers.create({
description: "A new member, called Linda!",
source: "tok_visa"
},{
stripe_account: req.body.account
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment