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
// 元サイト: https://stripe.com/docs/error-codes | |
// ForkしたものをTypeScript形式にしただけ。エラーコードは足りてないものはあるはずなので元サイトを参考に追記が必要。 | |
const messsages = { | |
account_already_exists: 'アカウントがすでに存在します', | |
account_country_invalid_address: 'アカウントの国籍とビジネスを行う国籍が異なります', | |
account_invalid: 'アカウントが不正です', | |
account_number_invalid: '口座番号が不正です', | |
alipay_upgrade_required: 'Alipayのアップデートが必要です', | |
amount_too_large: '金額が多すぎます', | |
amount_too_small: '金額が少なすぎます', |