Created
August 28, 2019 01:56
-
-
Save leonkyr/202d8d0b55061f4625992cbfcb5b65fd to your computer and use it in GitHub Desktop.
stripe-connect-create-customer
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.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