Skip to content

Instantly share code, notes, and snippets.

@msroot
Created February 11, 2016 12:07
Show Gist options
  • Select an option

  • Save msroot/dcdf19b75ed70a51d261 to your computer and use it in GitHub Desktop.

Select an option

Save msroot/dcdf19b75ed70a51d261 to your computer and use it in GitHub Desktop.
Stripe::CountrySpec
"minimum": [
"external_account",
"legal_entity.address.city",
"legal_entity.address.line1",
"legal_entity.address.postal_code",
"legal_entity.address.state",
"legal_entity.dob.day",
"legal_entity.dob.month",
"legal_entity.dob.year",
"legal_entity.first_name",
"legal_entity.last_name",
"legal_entity.ssn_last_4",
"legal_entity.type",
"tos_acceptance.date",
"tos_acceptance.ip"
],
account.verification.fields_needed
["external_account",
"legal_entity.dob.day",
"legal_entity.dob.month",
"legal_entity.dob.year",
"legal_entity.first_name",
"legal_entity.last_name",
"legal_entity.type",
"tos_acceptance.date",
"tos_acceptance.ip"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment