-
-
Save msroot/7d5f5447a5cfa7a09855 to your computer and use it in GitHub Desktop.
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::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