Skip to content

Instantly share code, notes, and snippets.

@djowinz
Created December 12, 2017 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save djowinz/eb9253ab93ba984cbe80dc91da3c633d to your computer and use it in GitHub Desktop.
Save djowinz/eb9253ab93ba984cbe80dc91da3c633d to your computer and use it in GitHub Desktop.
Account Creation: Pro
{
// 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