Skip to content

Instantly share code, notes, and snippets.

@leonkyr
Created August 28, 2019 01:56
Show Gist options
  • Save leonkyr/202d8d0b55061f4625992cbfcb5b65fd to your computer and use it in GitHub Desktop.
Save leonkyr/202d8d0b55061f4625992cbfcb5b65fd to your computer and use it in GitHub Desktop.
stripe-connect-create-customer
stripe.customers.create({
email: '[email protected]',
source: 'tok_mastercard',
}).then((customer) => console.log(JSON.stringify(customer, null, 2)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment