Created
December 12, 2017 06:44
-
-
Save djowinz/eb9253ab93ba984cbe80dc91da3c633d to your computer and use it in GitHub Desktop.
Account Creation: Pro
This file contains 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
{ | |
// This information is used to validate the custom account, needed on creation | |
'legal_entity.address.city': 'CA', | |
'legal_entity.address.line1': '56 Bridgeport Street', | |
'legal_entity.address.line2': '', | |
'legal_entity.address.postal_code': '92629', | |
'legal_entity.address.state': 'California', | |
'legal_entity.dob.day': 26, | |
'legal_entity.dob.month': 8, | |
'legal_entity.dob.year': 1992, | |
'legal_entity.ssn_last_4': 0000, | |
// END | |
// External Account token is generated through stripe.js elements (seperate form from the legal_entity form) | |
external_account: 'tok_1BY7HYBg2UQBlLHxwpojuD6X' | |
// END | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment