Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save msroot/7d5f5447a5cfa7a09855 to your computer and use it in GitHub Desktop.
#<Stripe::CountrySpec:0x3fe5564f8578 id=JP> JSON: {
"id": "JP",
"object": "country_spec",
"supported_bank_account_currencies": {"jpy":["JP"]},
"supported_payment_currencies": [
"jpy"
],
"supported_payment_methods": [
"card",
"stripe"
],
"verification_fields": {"individual":{"minimum":["external_account","legal_entity.address_kana.city","legal_entity.address_kana.line1","legal_entity.address_kana.postal_code","legal_entity.address_kana.state","legal_entity.address_kana.town","legal_entity.address_kanji.city","legal_entity.address_kanji.line1","legal_entity.address_kanji.postal_code","legal_entity.address_kanji.state","legal_entity.address_kanji.town","legal_entity.dob.day","legal_entity.dob.month","legal_entity.dob.year","legal_entity.first_name_kana","legal_entity.first_name_kanji","legal_entity.gender","legal_entity.last_name_kana","legal_entity.last_name_kanji","legal_entity.phone_number","legal_entity.type","tos_acceptance.date","tos_acceptance.ip"],"additional":[]},"company":{"minimum":["external_account","legal_entity.address_kana.city","legal_entity.address_kana.line1","legal_entity.address_kana.postal_code","legal_entity.address_kana.state","legal_entity.address_kana.town","legal_entity.address_kanji.city","legal_entity.address_kanji.line1","legal_entity.address_kanji.postal_code","legal_entity.address_kanji.state","legal_entity.address_kanji.town","legal_entity.business_name","legal_entity.business_name_kana","legal_entity.business_name_kanji","legal_entity.business_tax_id","legal_entity.dob.day","legal_entity.dob.month","legal_entity.dob.year","legal_entity.first_name_kana","legal_entity.first_name_kanji","legal_entity.gender","legal_entity.last_name_kana","legal_entity.last_name_kanji","legal_entity.personal_address_kana.city","legal_entity.personal_address_kana.line1","legal_entity.personal_address_kana.postal_code","legal_entity.personal_address_kana.state","legal_entity.personal_address_kana.town","legal_entity.personal_address_kanji.city","legal_entity.personal_address_kanji.line1","legal_entity.personal_address_kanji.postal_code","legal_entity.personal_address_kanji.state","legal_entity.personal_address_kanji.town","legal_entity.phone_number","legal_entity.type","tos_acceptance.date","tos_acceptance.ip"],"additional":[]}}
}
[2] pry(main)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment