pokepay_partner_ruby_sdk 0.3.2 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/release-pr.yml +18 -0
- data/Gemfile.lock +1 -1
- data/docs/README.md +269 -0
- data/docs/account.md +159 -0
- data/docs/bank_pay.md +235 -0
- data/docs/bill.md +365 -0
- data/docs/bulk.md +121 -0
- data/docs/campaign.md +1749 -0
- data/docs/cashtray.md +318 -0
- data/docs/check.md +883 -0
- data/docs/coupon.md +724 -0
- data/docs/customer.md +1042 -0
- data/docs/error-response.csv +839 -0
- data/docs/event.md +308 -0
- data/docs/index.md +1279 -305
- data/docs/organization.md +292 -0
- data/docs/private_money.md +213 -0
- data/docs/responses.md +711 -0
- data/docs/shop.md +678 -0
- data/docs/transaction.md +2021 -0
- data/docs/transfer.md +686 -0
- data/docs/user.md +3 -0
- data/docs/user_device.md +134 -0
- data/docs/webhook.md +231 -0
- data/lib/pokepay_partner_ruby_sdk/request/activate_user_device.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/request/create_bank.rb +17 -0
- data/lib/pokepay_partner_ruby_sdk/request/create_bank_topup_transaction.rb +18 -0
- data/lib/pokepay_partner_ruby_sdk/request/create_coupon.rb +19 -0
- data/lib/pokepay_partner_ruby_sdk/request/create_external_transaction.rb +2 -2
- data/lib/pokepay_partner_ruby_sdk/request/create_transaction_with_cashtray.rb +16 -0
- data/lib/pokepay_partner_ruby_sdk/request/create_user_device.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/request/delete_webhook.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/request/get_check.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/request/get_coupon.rb +1 -1
- data/lib/pokepay_partner_ruby_sdk/request/get_external_transaction_by_request_id.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/request/get_user_device.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/request/list_banks.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/request/list_checks.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/request/list_organizations.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/request/refund_external_transaction.rb +2 -2
- data/lib/pokepay_partner_ruby_sdk/request/update_check.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/request/update_coupon.rb +15 -0
- data/lib/pokepay_partner_ruby_sdk/response/bank.rb +28 -0
- data/lib/pokepay_partner_ruby_sdk/response/bank_registering_info.rb +13 -0
- data/lib/pokepay_partner_ruby_sdk/response/banks.rb +13 -0
- data/lib/pokepay_partner_ruby_sdk/response/campaign.rb +6 -0
- data/lib/pokepay_partner_ruby_sdk/response/check.rb +2 -0
- data/lib/pokepay_partner_ruby_sdk/response/external_transaction_detail.rb +34 -0
- data/lib/pokepay_partner_ruby_sdk/response/organization_summary.rb +4 -0
- data/lib/pokepay_partner_ruby_sdk/response/paginated_checks.rb +16 -0
- data/lib/pokepay_partner_ruby_sdk/response/paginated_organizations.rb +16 -0
- data/lib/pokepay_partner_ruby_sdk/response/private_money_summary.rb +4 -0
- data/lib/pokepay_partner_ruby_sdk/response/product.rb +2 -0
- data/lib/pokepay_partner_ruby_sdk/response/user_device.rb +18 -0
- data/lib/pokepay_partner_ruby_sdk/version.rb +1 -1
- data/lib/pokepay_partner_ruby_sdk.rb +26 -4
- data/partner.yaml +1578 -216
- metadata +46 -2
@@ -0,0 +1,839 @@
|
|
1
|
+
method,path,status_code,type,ja,en
|
2
|
+
GET,/user,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
3
|
+
GET,/dashboard,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
4
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
5
|
+
,,422,private_money_not_found,,Private money not found
|
6
|
+
GET,/transfers,403,,,
|
7
|
+
GET,/transfers-v2,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
8
|
+
GET,/transactions,403,,,
|
9
|
+
GET,/transactions-v2,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
10
|
+
POST,/transactions,400,invalid_parameter_both_point_and_money_are_zero,,One of 'money_amount' or 'point_amount' must be a positive (>0) number
|
11
|
+
,,400,invalid_parameters,"項目が無効です",Invalid parameters
|
12
|
+
,,403,,,
|
13
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
14
|
+
,,422,customer_user_not_found,,The customer user is not found
|
15
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
16
|
+
,,422,private_money_not_found,,Private money not found
|
17
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
18
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
19
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
20
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
21
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
22
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
23
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
24
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
25
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
26
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
27
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
28
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
29
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
30
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
31
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
32
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
33
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
34
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
35
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
36
|
+
,,422,customer_account_not_found,,The customer account is not found
|
37
|
+
,,422,shop_account_not_found,,The shop account is not found
|
38
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
39
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
40
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
41
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
42
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
43
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
44
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
45
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
46
|
+
GET,/transactions/:uuid,403,,,
|
47
|
+
,,404,,,
|
48
|
+
GET,/transactions/requests/:request-id,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
49
|
+
,,422,transaction_not_found,"取引が見つかりません",Transaction not found
|
50
|
+
POST,/transactions/:uuid/refund,400,invalid_mdk_token,,Invalid MDK token
|
51
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
52
|
+
,,404,card_not_found,"カードが見つかりません",
|
53
|
+
,,409,already_registered_veritrans_card,"このカードは既に登録されています",
|
54
|
+
,,409,already_registered_veritrans_account,"この会員は既に登録されています",
|
55
|
+
,,422,transaction_not_found,"取引が見つかりません",Transaction not found
|
56
|
+
,,422,can_not_refund_bank_transaction,"銀行取引はキャンセルできません",Bank transactions cannot be cancelled.
|
57
|
+
,,422,unavailable_card_error,"このクレジットカードはご利用になれません",The credit card is unavailable
|
58
|
+
,,422,veritrans_wrong_password_or_cancel,"本人認証に失敗しました。(パスワード間違い、キャンセル、カード会社判定)",Not complete authentication by cardholder.
|
59
|
+
,,422,unacceptable_card,,Card is not acceptable for some reason
|
60
|
+
,,422,veritrans_membership_not_registered,"会員登録をしていません",
|
61
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
62
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
63
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
64
|
+
,,422,transaction_already_refunded,"取引は既に払い戻されています",Transaction already refunded.
|
65
|
+
,,422,not_refundable_transaction_type,"キャンセルできるのは取引種別が支払いかチャージのときのみです。",The transaction can refund when its type is payment or topup only
|
66
|
+
,,503,veritrans_api_error,"カード決済サービスが一時的にご利用になれません。時間を置いて再度お試しください",Credit card service is temporarily unavailable. Please wait a moment and try again
|
67
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
68
|
+
POST,/transactions/topup,400,invalid_parameter_both_point_and_money_are_zero,,One of 'money_amount' or 'point_amount' must be a positive (>0) number
|
69
|
+
,,400,invalid_parameters,"項目が無効です",Invalid parameters
|
70
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
71
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
72
|
+
,,422,invalid_metadata,"メタデータの形式が不正です",Invalid metadata format
|
73
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
74
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
75
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
76
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
77
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
78
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
79
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
80
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
81
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
82
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
83
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
84
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
85
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
86
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
87
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
88
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
89
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
90
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
91
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
92
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
93
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
94
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
95
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
96
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
97
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
98
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
99
|
+
,,422,customer_account_not_found,,The customer account is not found
|
100
|
+
,,422,shop_account_not_found,,The shop account is not found
|
101
|
+
,,422,private_money_not_found,,Private money not found
|
102
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
103
|
+
POST,/transactions/topup/check,400,invalid_parameters,"項目が無効です",Invalid parameters
|
104
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
105
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
106
|
+
,,422,customer_user_not_found,,The customer user is not found
|
107
|
+
,,422,check_not_found,"これはチャージQRコードではありません",This is not a topup QR code
|
108
|
+
,,422,invalid_metadata,"メタデータの形式が不正です",Invalid metadata format
|
109
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
110
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
111
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
112
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
113
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
114
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
115
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
116
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
117
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
118
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
119
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
120
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
121
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
122
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
123
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
124
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
125
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
126
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
127
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
128
|
+
,,422,customer_account_not_found,,The customer account is not found
|
129
|
+
,,422,shop_account_not_found,,The shop account is not found
|
130
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
131
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
132
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
133
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
134
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
135
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
136
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
137
|
+
,,422,check_already_received,"このチャージQRコードは既に受取済みの為、チャージ出来ませんでした",Check is already received
|
138
|
+
,,422,check_unavailable,"このチャージQRコードは利用できません",The topup QR code is not available
|
139
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
140
|
+
POST,/transactions/topup/seven-bank-atm,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
141
|
+
,,404,notfound,,Not found
|
142
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
143
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
144
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
145
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
146
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
147
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
148
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
149
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
150
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
151
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
152
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
153
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
154
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
155
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
156
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
157
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
158
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
159
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
160
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
161
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
162
|
+
,,422,customer_account_not_found,,The customer account is not found
|
163
|
+
,,422,shop_account_not_found,,The shop account is not found
|
164
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
165
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
166
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
167
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
168
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
169
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
170
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
171
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
172
|
+
POST,/transactions/payment,400,invalid_parameters,"項目が無効です",Invalid parameters
|
173
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
174
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
175
|
+
,,422,invalid_metadata,"メタデータの形式が不正です",Invalid metadata format
|
176
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
177
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
178
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
179
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
180
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
181
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
182
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
183
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
184
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
185
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
186
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
187
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
188
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
189
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
190
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
191
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
192
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
193
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
194
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
195
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
196
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
197
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
198
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
199
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
200
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
201
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
202
|
+
,,422,customer_account_not_found,,The customer account is not found
|
203
|
+
,,422,shop_account_not_found,,The shop account is not found
|
204
|
+
,,422,private_money_not_found,,Private money not found
|
205
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
206
|
+
POST,/transactions/transfer,400,invalid_parameters,"項目が無効です",Invalid parameters
|
207
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
208
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
209
|
+
,,422,customer_user_not_found,,The customer user is not found
|
210
|
+
,,422,private_money_not_found,,Private money not found
|
211
|
+
,,422,invalid_metadata,"メタデータの形式が不正です",Invalid metadata format
|
212
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
213
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
214
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
215
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
216
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
217
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
218
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
219
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
220
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
221
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
222
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
223
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
224
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
225
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
226
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
227
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
228
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
229
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
230
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
231
|
+
,,422,customer_account_not_found,,The customer account is not found
|
232
|
+
,,422,shop_account_not_found,,The shop account is not found
|
233
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
234
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
235
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
236
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
237
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
238
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
239
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
240
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
241
|
+
POST,/transactions/exchange,400,invalid_parameters,"項目が無効です",Invalid parameters
|
242
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
243
|
+
,,422,account_not_found,"アカウントが見つかりません",The account is not found
|
244
|
+
,,422,transaction_restricted,,Transaction is not allowed
|
245
|
+
,,422,can_not_exchange_between_same_private_money,"同じマネーとの交換はできません",
|
246
|
+
,,422,can_not_exchange_between_users,"異なるユーザー間での交換は出来ません",
|
247
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
248
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
249
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
250
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
251
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
252
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
253
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
254
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
255
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
256
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
257
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
258
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
259
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
260
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
261
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
262
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
263
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
264
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
265
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
266
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
267
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
268
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
269
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
270
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
271
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
272
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
273
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
274
|
+
POST,/transactions/cpm,400,invalid_parameters,"項目が無効です",Invalid parameters
|
275
|
+
,,403,cpm_unacceptable_amount,"このCPMトークンに対して許可されていない金額です。",The amount is unacceptable for the CPM token
|
276
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
277
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
278
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
279
|
+
,,422,private_money_not_found,,Private money not found
|
280
|
+
,,422,cpm_token_already_proceed,"このCPMトークンは既に処理されています。",The CPM token is already proceed
|
281
|
+
,,422,cpm_token_already_expired,"このCPMトークンは既に失効しています。",The CPM token is already expired
|
282
|
+
,,422,cpm_token_not_found,"CPMトークンが見つかりませんでした。",The CPM token is not found.
|
283
|
+
,,422,invalid_metadata,"メタデータの形式が不正です",Invalid metadata format
|
284
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
285
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
286
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
287
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
288
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
289
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
290
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
291
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
292
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
293
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
294
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
295
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
296
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
297
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
298
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
299
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
300
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
301
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
302
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
303
|
+
,,422,customer_account_not_found,,The customer account is not found
|
304
|
+
,,422,shop_account_not_found,,The shop account is not found
|
305
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
306
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
307
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
308
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
309
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
310
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
311
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
312
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
313
|
+
POST,/transactions/bulk,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
314
|
+
,,403,organization_not_issuer,"発行体以外に許可されていない操作です",Unpermitted operation except for issuer organizations.
|
315
|
+
,,409,,,
|
316
|
+
,,422,private_money_not_found,,Private money not found
|
317
|
+
,,422,bulk_transaction_invalid_csv_format,"入力されたCSVデータに誤りがあります",Invalid csv format
|
318
|
+
POST,/transactions/cashtray,400,invalid_parameters,"項目が無効です",Invalid parameters
|
319
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
320
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
321
|
+
,,422,account_not_found,"アカウントが見つかりません",The account is not found
|
322
|
+
,,422,cashtray_not_found,"決済QRコードが見つかりません",Cashtray is not found
|
323
|
+
,,422,invalid_metadata,"メタデータの形式が不正です",Invalid metadata format
|
324
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
325
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
326
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
327
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
328
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
329
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
330
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
331
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
332
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
333
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
334
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
335
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
336
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
337
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
338
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
339
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
340
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
341
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
342
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
343
|
+
,,422,customer_account_not_found,,The customer account is not found
|
344
|
+
,,422,shop_account_not_found,,The shop account is not found
|
345
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
346
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
347
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
348
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
349
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
350
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
351
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
352
|
+
,,422,cashtray_already_proceed,"この決済QRコードは既に処理されています",Cashtray is already proceed
|
353
|
+
,,422,cashtray_expired,"この決済QRコードは有効期限が切れています",Cashtray is expired
|
354
|
+
,,422,cashtray_already_canceled,"この決済QRコードは既に無効化されています",Cashtray is already canceled
|
355
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
356
|
+
POST,/external-transactions,400,invalid_parameters,"項目が無効です",Invalid parameters
|
357
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
358
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
359
|
+
,,422,customer_user_not_found,,The customer user is not found
|
360
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
361
|
+
,,422,private_money_not_found,,Private money not found
|
362
|
+
,,422,invalid_metadata,"メタデータの形式が不正です",Invalid metadata format
|
363
|
+
,,422,customer_account_not_found,,The customer account is not found
|
364
|
+
,,422,shop_account_not_found,,The shop account is not found
|
365
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
366
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
367
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
368
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
369
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
370
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
371
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
372
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
373
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
374
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
375
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
376
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
377
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
378
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
379
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
380
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
381
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
382
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
383
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
384
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
385
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
386
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
387
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
388
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
389
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
390
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
391
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
392
|
+
POST,/external-transactions/:uuid/refund,400,invalid_mdk_token,,Invalid MDK token
|
393
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
394
|
+
,,404,card_not_found,"カードが見つかりません",
|
395
|
+
,,409,already_registered_veritrans_card,"このカードは既に登録されています",
|
396
|
+
,,409,already_registered_veritrans_account,"この会員は既に登録されています",
|
397
|
+
,,422,event_not_found,"イベントが見つかりません",Event not found
|
398
|
+
,,422,can_not_refund_bank_transaction,"銀行取引はキャンセルできません",Bank transactions cannot be cancelled.
|
399
|
+
,,422,unavailable_card_error,"このクレジットカードはご利用になれません",The credit card is unavailable
|
400
|
+
,,422,veritrans_wrong_password_or_cancel,"本人認証に失敗しました。(パスワード間違い、キャンセル、カード会社判定)",Not complete authentication by cardholder.
|
401
|
+
,,422,unacceptable_card,,Card is not acceptable for some reason
|
402
|
+
,,422,veritrans_membership_not_registered,"会員登録をしていません",
|
403
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
404
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
405
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
406
|
+
,,422,transaction_already_refunded,"取引は既に払い戻されています",Transaction already refunded.
|
407
|
+
,,422,not_refundable_transaction_type,"キャンセルできるのは取引種別が支払いかチャージのときのみです。",The transaction can refund when its type is payment or topup only
|
408
|
+
,,503,veritrans_api_error,"カード決済サービスが一時的にご利用になれません。時間を置いて再度お試しください",Credit card service is temporarily unavailable. Please wait a moment and try again
|
409
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
410
|
+
GET,/external-transactions/requests/:request-id,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
411
|
+
,,422,event_not_found,"イベントが見つかりません",Event not found
|
412
|
+
GET,/bulk-transactions/:uuid,404,notfound,,Not found
|
413
|
+
GET,/bulk-transactions/:uuid/jobs,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
414
|
+
,,422,bulk_transaction_not_found,"Bulk取引が見つかりません",Bulk transaction not found
|
415
|
+
GET,/bills,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
416
|
+
POST,/bills,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
417
|
+
,,422,shop_account_not_found,,The shop account is not found
|
418
|
+
,,422,private_money_not_found,,Private money not found
|
419
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
420
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
421
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
422
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
423
|
+
PATCH,/bills/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
424
|
+
,,404,notfound,,Not found
|
425
|
+
GET,/checks,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
426
|
+
,,422,organization_not_found,,Organization not found
|
427
|
+
,,422,private_money_not_found,,Private money not found
|
428
|
+
POST,/checks,400,invalid_parameter_both_point_and_money_are_zero,,One of 'money_amount' or 'point_amount' must be a positive (>0) number
|
429
|
+
,,400,invalid_parameter_only_merchants_can_attach_points_to_check,,Only merchants can attach points to check
|
430
|
+
,,400,invalid_parameter_bear_point_account_identification_item_not_unique,"ポイントを負担する店舗アカウントを指定するリクエストパラメータには、アカウントID、またはユーザIDのどちらかを含めることができます",Request parameters include either bear_point_account or bear_point_shop_id.
|
431
|
+
,,400,invalid_parameter_combination_usage_limit_and_is_onetime,,'usage_limit' can not be specified if 'is_onetime' is true.
|
432
|
+
,,400,invalid_parameters,"項目が無効です",Invalid parameters
|
433
|
+
,,400,invalid_parameter_expires_at,,'expires_at' must be in the future
|
434
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
435
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
436
|
+
,,422,account_private_money_is_not_issued_by_organization,,The account's private money is not issued by this organization
|
437
|
+
,,422,shop_account_not_found,,The shop account is not found
|
438
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
439
|
+
,,422,bear_point_account_not_found,"ポイントを負担する店舗アカウントが見つかりません",Bear point account not found.
|
440
|
+
GET,/checks/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
441
|
+
,,404,notfound,,Not found
|
442
|
+
,,422,account_private_money_is_not_issued_by_organization,,The account's private money is not issued by this organization
|
443
|
+
PATCH,/checks/:uuid,400,invalid_parameter_combination_usage_limit_and_is_onetime,,'usage_limit' can not be specified if 'is_onetime' is true.
|
444
|
+
,,400,invalid_parameters,"項目が無効です",Invalid parameters
|
445
|
+
,,400,invalid_parameter_expires_at,,'expires_at' must be in the future
|
446
|
+
,,400,invalid_parameter_both_point_and_money_are_zero,,One of 'money_amount' or 'point_amount' must be a positive (>0) number
|
447
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
448
|
+
,,404,notfound,,Not found
|
449
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
450
|
+
,,422,onetime_check_cannot_reenabled,"使用済みのワンタイムチャージQRコードは再度有効化できません",One-time check already used and disabled cannot be re-enabled
|
451
|
+
,,422,account_private_money_is_not_issued_by_organization,,The account's private money is not issued by this organization
|
452
|
+
GET,/users,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
453
|
+
POST,/users,400,user_invalid_email,"入力されたメールアドレスが間違っています。入力内容をご確認ください",
|
454
|
+
,,400,not_shop_admin_user_must_not_be_linked_to_any_shops,,Admin user who does not have shop-authority must not be linked to any shops
|
455
|
+
,,400,shop_admin_user_requires_shop,,Admin user who has shop-authority requires at least one shop
|
456
|
+
,,403,,,
|
457
|
+
,,403,forbidden,,Forbidden
|
458
|
+
,,409,email_conflict,"このメールアドレスは既に使われています",The E-mail address is already registered
|
459
|
+
,,422,organization_not_found,,Organization not found
|
460
|
+
,,503,failed_to_send_email,,Failed to send an E-mail.
|
461
|
+
GET,/users/invitations,400,invalid_parameters,"項目が無効です",Invalid parameters
|
462
|
+
,,403,,,
|
463
|
+
,,422,organization_not_found,,Organization not found
|
464
|
+
PATCH,/users/invitations/:uuid,403,,,
|
465
|
+
,,404,,,
|
466
|
+
,,409,admin_user_conflict,,The Admin-user is already registered
|
467
|
+
,,503,failed_to_send_email,,Failed to send an E-mail.
|
468
|
+
POST,/users/:uuid/accounts,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
469
|
+
,,422,user_not_found,,The user is not found
|
470
|
+
,,422,private_money_not_found,,Private money not found
|
471
|
+
,,422,invalid_metadata,"メタデータの形式が不正です",Invalid metadata format
|
472
|
+
,,422,user_attributes_external_id_not_match,"ユーザー属性情報の外部IDが一致しません",Not match external id of user attributes
|
473
|
+
,,422,user_attributes_not_found,"ユーザー属性情報が存在しません",Not found the user attrubtes
|
474
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
475
|
+
,,422,account_can_not_create,"このマネーに新規アカウントを作る事は出来ません",Can not create an account with this money
|
476
|
+
GET,/users/:uuid,403,,,
|
477
|
+
,,404,,,
|
478
|
+
PATCH,/users/:uuid,400,not_shop_admin_user_must_not_be_linked_to_any_shops,,Admin user who does not have shop-authority must not be linked to any shops
|
479
|
+
,,400,shop_admin_user_requires_shop,,Admin user who has shop-authority requires at least one shop
|
480
|
+
,,403,,,
|
481
|
+
,,404,,,
|
482
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
483
|
+
DELETE,/users/:uuid,403,,,
|
484
|
+
,,404,,,
|
485
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
486
|
+
GET,/private-moneys,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
487
|
+
,,422,organization_not_found,,Organization not found
|
488
|
+
GET,/private-moneys/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
489
|
+
,,422,private_money_not_found,,Private money not found
|
490
|
+
GET,/private-moneys/:uuid/summary,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
491
|
+
,,404,,,
|
492
|
+
,,422,private_money_not_found,,Private money not found
|
493
|
+
GET,/private-moneys/:uuid/clearings,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
494
|
+
,,422,private_money_not_found,,Private money not found
|
495
|
+
GET,/private-moneys/:uuid/organization-summaries,400,invalid_parameters,"項目が無効です",Invalid parameters
|
496
|
+
,,403,,,
|
497
|
+
,,404,,,
|
498
|
+
POST,/private-moneys,400,invalid_parameters,"項目が無効です",Invalid parameters
|
499
|
+
,,403,,,
|
500
|
+
,,409,private_money_conflict,"このマネーは既に登録されています。",The money is already used
|
501
|
+
,,422,organization_not_found,,Organization not found
|
502
|
+
,,422,only_one_of_months_and_days_can_be_selected,"月と日のどちらか1つだけを選択できます",Only one of months and days can be selected
|
503
|
+
,,422,private_money_topup_transaction_limit_exceeded,"一回のチャージ取引の最大チャージ可能額がウォレットの最大マネー残高を越えています",The money amount for the transaction exceeds the maximum balance
|
504
|
+
GET,/terminals,403,,,
|
505
|
+
GET,/organizations,400,invalid_parameters,"項目が無効です",Invalid parameters
|
506
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
507
|
+
,,422,private_money_not_found,,Private money not found
|
508
|
+
POST,/organizations,403,,,
|
509
|
+
,,409,organization_conflict,,The organization code is already used
|
510
|
+
,,409,shop_name_conflict,,The shop name is already used
|
511
|
+
,,422,organization_private_money_not_found,,Issuer organization does not have private-money
|
512
|
+
,,422,unavailable_private_money,,Given private money(s) is/are not available
|
513
|
+
,,503,failed_to_send_email,,Failed to send an E-mail.
|
514
|
+
GET,/organizations/:code,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
515
|
+
,,422,organization_not_found,,Organization not found
|
516
|
+
,,422,organization_not_member_organization,,The specified organization is not a member organization of the organization accessing this API
|
517
|
+
,,422,organization_third_party_private_money_not_found,,Issuer organization does not have third-party private-money
|
518
|
+
PUT,/organizations/:code,403,,,
|
519
|
+
,,404,,,
|
520
|
+
,,422,organization_not_member_organization,,The specified organization is not a member organization of the organization accessing this API
|
521
|
+
,,422,organization_third_party_private_money_not_found,,Issuer organization does not have third-party private-money
|
522
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
523
|
+
GET,/organizations/:code/shops,403,,,
|
524
|
+
GET,/shops,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
525
|
+
,,422,private_money_not_found,,Private money not found
|
526
|
+
,,422,organization_not_found,,Organization not found
|
527
|
+
POST,/shops,403,,,
|
528
|
+
,,409,email_conflict,"このメールアドレスは既に使われています",The E-mail address is already registered
|
529
|
+
,,409,shop_name_conflict,,The shop name is already used
|
530
|
+
,,422,organization_not_member_organization,,The specified organization is not a member organization of the organization accessing this API
|
531
|
+
,,422,organization_not_found,,Organization not found
|
532
|
+
,,422,unavailable_private_money,,Given private money(s) is/are not available
|
533
|
+
POST,/shops-v2,400,invalid_parameters,"項目が無効です",Invalid parameters
|
534
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
535
|
+
,,409,shop_name_conflict,,The shop name is already used
|
536
|
+
,,422,organization_not_found,,Organization not found
|
537
|
+
,,422,unpermitted_private_money,"このマネーは使えません",This money is not available
|
538
|
+
,,422,unavailable_private_money,,Given private money(s) is/are not available
|
539
|
+
,,422,organization_not_member_organization,,The specified organization is not a member organization of the organization accessing this API
|
540
|
+
GET,/shops/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
541
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
542
|
+
PATCH,/shops/:uuid,400,invalid_parameters,"項目が無効です",Invalid parameters
|
543
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
544
|
+
,,409,shop_name_conflict,,The shop name is already used
|
545
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
546
|
+
,,422,unavailable_private_money,,Given private money(s) is/are not available
|
547
|
+
,,422,organization_not_member_organization,,The specified organization is not a member organization of the organization accessing this API
|
548
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
549
|
+
GET,/customers,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
550
|
+
GET,/customers/transactions,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
551
|
+
,,422,customer_user_not_found,,The customer user is not found
|
552
|
+
,,422,private_money_not_found,,Private money not found
|
553
|
+
GET,/customers/:uuid,400,invalid_parameters,"項目が無効です",Invalid parameters
|
554
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
555
|
+
,,404,notfound,,Not found
|
556
|
+
,,422,account_not_found,"アカウントが見つかりません",The account is not found
|
557
|
+
,,422,private_money_not_found,,Private money not found
|
558
|
+
PATCH,/clearings/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
559
|
+
,,404,clearing_not_found,"精算が見つかりません",Clearing not found
|
560
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
561
|
+
GET,/clearings,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
562
|
+
GET,/clearings/preview,400,clearing_to_should_be_past_date,"締め日は過去の日付を指定してください",Should set past date for 'closing_date'
|
563
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
564
|
+
,,422,private_money_not_found,,Private money not found
|
565
|
+
POST,/clearings,400,clearing_to_should_be_past_date,"締め日は過去の日付を指定してください",Should set past date for 'closing_date'
|
566
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
567
|
+
,,422,private_money_not_found,,Private money not found
|
568
|
+
GET,/clearings/flico,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
569
|
+
GET,/clearings/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
570
|
+
,,404,clearing_not_found,"精算が見つかりません",Clearing not found
|
571
|
+
GET,/messaging-operations,403,,,
|
572
|
+
POST,/messaging-operations,400,messaging_operation_over_transfer_limit,,The messaging operation's amount is over transfer limit
|
573
|
+
,,400,messaging_operation_sender_account_not_exist,,The account of sender user does not exist
|
574
|
+
,,400,messaging_operation_is_draft,,The messaging operation is draft
|
575
|
+
,,400,messaging_attachment_user_not_exist,,The user does not exist
|
576
|
+
,,403,,,
|
577
|
+
,,409,messaging_operation_already_done,,The messaging operation is already done
|
578
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
579
|
+
,,422,shop_account_not_found,,The shop account is not found
|
580
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
581
|
+
GET,/messaging-operations/receivers,400,invalid_parameters,"項目が無効です",Invalid parameters
|
582
|
+
,,403,,,
|
583
|
+
GET,/messaging-operations/:uuid,403,,,
|
584
|
+
,,404,notfound,,Not found
|
585
|
+
PATCH,/messaging-operations/:uuid,400,messaging_operation_over_transfer_limit,,The messaging operation's amount is over transfer limit
|
586
|
+
,,400,messaging_operation_sender_account_not_exist,,The account of sender user does not exist
|
587
|
+
,,400,messaging_operation_is_draft,,The messaging operation is draft
|
588
|
+
,,400,messaging_attachment_user_not_exist,,The user does not exist
|
589
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
590
|
+
,,404,,,
|
591
|
+
,,409,messaging_operation_already_done,,The messaging operation is already done
|
592
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
593
|
+
DELETE,/messaging-operations/:uuid,403,,,
|
594
|
+
,,404,,,
|
595
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
596
|
+
POST,/user-stats,400,invalid_parameters,"項目が無効です",Invalid parameters
|
597
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
598
|
+
,,422,invalid_promotional_operation_user,"ユーザーの指定に不正な値が含まれています",Invalid user data is specified
|
599
|
+
,,422,invalid_promotional_operation_status,"不正な処理ステータスです",Invalid operation status is specified
|
600
|
+
,,503,user_stats_operation_service_unavailable,"一時的にユーザー統計サービスが利用不能です",User stats service is temporarily unavailable
|
601
|
+
POST,/device/pokeregis,400,invalid_parameters,"項目が無効です",Invalid parameters
|
602
|
+
,,403,,,
|
603
|
+
,,409,hardware_id_conflict,,Hardware id is already registered
|
604
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
605
|
+
,,422,account_not_found,"アカウントが見つかりません",The account is not found
|
606
|
+
PUT,/device/pokeregis/:serial-number,400,invalid_parameters,"項目が無効です",Invalid parameters
|
607
|
+
,,403,,,
|
608
|
+
,,404,,,
|
609
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
610
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
611
|
+
,,422,account_not_found,"アカウントが見つかりません",The account is not found
|
612
|
+
,,500,,,
|
613
|
+
GET,/device/pokeregis/:serial-number,403,,,
|
614
|
+
,,404,,,
|
615
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
616
|
+
,,500,,,
|
617
|
+
POST,/device/pokeregis/:serial-number,400,terminal_is_already_invalidated,,The terminal the Hardware id has is already invalidated
|
618
|
+
,,403,,,
|
619
|
+
,,404,,,
|
620
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
621
|
+
,,500,,,
|
622
|
+
GET,/device/kiosks,400,,,
|
623
|
+
,,403,,,
|
624
|
+
,,422,private_money_not_found,,Private money not found
|
625
|
+
,,422,organization_not_found,,Organization not found
|
626
|
+
GET,/device/kiosk-maintenances,403,,,
|
627
|
+
GET,/device/kiosks/:kiosk-id,400,,,
|
628
|
+
,,403,,,
|
629
|
+
,,404,,,
|
630
|
+
,,422,private_money_not_found,,Private money not found
|
631
|
+
,,422,organization_not_found,,Organization not found
|
632
|
+
POST,/merchandise-tag,403,,,
|
633
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
634
|
+
GET,/merchandise-tag,403,,,
|
635
|
+
,,404,,,
|
636
|
+
POST,/tokens,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
637
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
638
|
+
,,422,organization_not_found,,Organization not found
|
639
|
+
GET,/tokens,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
640
|
+
DELETE,/tokens/:token,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
641
|
+
,,404,notfound,,Not found
|
642
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
643
|
+
GET,/accounts/customers,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
644
|
+
,,422,private_money_not_found,,Private money not found
|
645
|
+
POST,/accounts/customers,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
646
|
+
,,422,user_not_found,,The user is not found
|
647
|
+
,,422,private_money_not_found,,Private money not found
|
648
|
+
,,422,invalid_metadata,"メタデータの形式が不正です",Invalid metadata format
|
649
|
+
,,422,user_attributes_external_id_not_match,"ユーザー属性情報の外部IDが一致しません",Not match external id of user attributes
|
650
|
+
,,422,user_attributes_not_found,"ユーザー属性情報が存在しません",Not found the user attrubtes
|
651
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
652
|
+
,,422,account_can_not_create,"このマネーに新規アカウントを作る事は出来ません",Can not create an account with this money
|
653
|
+
PATCH,/accounts/:uuid/customers,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
654
|
+
,,422,invalid_metadata,"メタデータの形式が不正です",Invalid metadata format
|
655
|
+
,,422,account_not_found,"アカウントが見つかりません",The account is not found
|
656
|
+
,,422,user_attributes_not_found,"ユーザー属性情報が存在しません",Not found the user attrubtes
|
657
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
658
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
659
|
+
GET,/accounts/shops,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
660
|
+
,,422,private_money_not_found,,Private money not found
|
661
|
+
GET,/accounts/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
662
|
+
,,404,notfound,,Not found
|
663
|
+
PATCH,/accounts/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
664
|
+
,,404,notfound,,Not found
|
665
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
666
|
+
DELETE,/accounts/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
667
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
668
|
+
,,422,account_not_found,"アカウントが見つかりません",The account is not found
|
669
|
+
,,422,account_not_pre_closed,"アカウントが退会準備中ではありません",The account is not pre-closed
|
670
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
671
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
672
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
673
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
674
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
675
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
676
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
677
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
678
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
679
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
680
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
681
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
682
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
683
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
684
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
685
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
686
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
687
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
688
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
689
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
690
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
691
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
692
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
693
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
694
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
695
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
696
|
+
,,422,user_attributes_not_found,"ユーザー属性情報が存在しません",Not found the user attrubtes
|
697
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
698
|
+
GET,/accounts/:uuid/balances,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
699
|
+
,,404,notfound,,Not found
|
700
|
+
GET,/accounts/:uuid/expired-balances,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
701
|
+
,,404,notfound,,Not found
|
702
|
+
GET,/accounts/:uuid/transfers/summary,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
703
|
+
,,404,notfound,,Not found
|
704
|
+
GET,/users/:uuid/accounts,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
705
|
+
,,404,notfound,,Not found
|
706
|
+
GET,/cashtrays/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
707
|
+
,,404,notfound,,Not found
|
708
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
709
|
+
DELETE,/cashtrays/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
710
|
+
,,404,notfound,,Not found
|
711
|
+
,,422,cashtray_already_proceed,"この決済QRコードは既に処理されています",Cashtray is already proceed
|
712
|
+
,,422,cashtray_expired,"この決済QRコードは有効期限が切れています",Cashtray is expired
|
713
|
+
,,422,cashtray_already_canceled,"この決済QRコードは既に無効化されています",Cashtray is already canceled
|
714
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
715
|
+
POST,/cashtrays,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
716
|
+
,,422,account_not_found,"アカウントが見つかりません",The account is not found
|
717
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
718
|
+
PATCH,/cashtrays/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
719
|
+
,,404,notfound,,Not found
|
720
|
+
,,422,cashtray_already_proceed,"この決済QRコードは既に処理されています",Cashtray is already proceed
|
721
|
+
,,422,cashtray_expired,"この決済QRコードは有効期限が切れています",Cashtray is expired
|
722
|
+
,,422,cashtray_already_canceled,"この決済QRコードは既に無効化されています",Cashtray is already canceled
|
723
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
724
|
+
GET,/cpm/:cpm-token,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
725
|
+
,,422,cpm_token_not_found,"CPMトークンが見つかりませんでした。",The CPM token is not found.
|
726
|
+
GET,/seven-bank-atm-sessions/:qr-info,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
727
|
+
,,404,notfound,,Not found
|
728
|
+
PATCH,/seven-bank-atm-sessions/:qr-info,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
729
|
+
,,404,notfound,,Not found
|
730
|
+
POST,/campaigns,400,invalid_parameters,"項目が無効です",Invalid parameters
|
731
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
732
|
+
,,422,campaign_overlaps,"同期間に開催されるキャンペーン間で優先度が重複してます",The campaign period overlaps under the same private-money / type / priority
|
733
|
+
,,422,shop_account_not_found,,The shop account is not found
|
734
|
+
,,422,campaign_period_overlaps,"同期間に開催されるキャンペーン間で優先度が重複してます",The campaign period overlaps under the same private-money / type / priority
|
735
|
+
,,422,campaign_invalid_period,,Invalid campaign period starts_at later than ends_at
|
736
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
737
|
+
,,422,private_money_not_found,,Private money not found
|
738
|
+
GET,/campaigns,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
739
|
+
PATCH,/campaigns/:uuid,400,invalid_parameters,"項目が無効です",Invalid parameters
|
740
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
741
|
+
,,404,notfound,,Not found
|
742
|
+
,,422,campaign_budget_caps_exceeded,"キャンペーン予算上限額を越えています",The campaign budget caps exceeded
|
743
|
+
GET,/campaigns/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
744
|
+
,,404,notfound,,Not found
|
745
|
+
POST,/webhooks,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
746
|
+
,,409,organization_worker_task_finish_webhook_conflict,"そのwebhookは既に登録されています",The webhook is already registered
|
747
|
+
GET,/webhooks,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
748
|
+
PATCH,/webhooks/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
749
|
+
,,404,notfound,,Not found
|
750
|
+
,,409,organization_worker_task_finish_webhook_conflict,"そのwebhookは既に登録されています",The webhook is already registered
|
751
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
752
|
+
DELETE,/webhooks/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
753
|
+
,,404,notfound,,Not found
|
754
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
755
|
+
GET,/coupons,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
756
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
757
|
+
,,422,private_money_not_found,,Private money not found
|
758
|
+
POST,/coupons,400,invalid_parameters,"項目が無効です",Invalid parameters
|
759
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
760
|
+
,,404,partner_storage_not_found,"指定したIDのデータは保存されていません",Not found by storage_id
|
761
|
+
,,422,shop_user_not_found,"店舗が見つかりません",The shop user is not found
|
762
|
+
,,422,private_money_not_found,,Private money not found
|
763
|
+
,,422,coupon_image_storage_conflict,"クーポン画像のストレージIDは既に存在します",The coupon image storage_id is already exists
|
764
|
+
GET,/coupons/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
765
|
+
,,422,coupon_not_found,"クーポンが見つかりませんでした。",The coupon is not found.
|
766
|
+
PATCH,/coupons/:uuid,400,invalid_parameters,"項目が無効です",Invalid parameters
|
767
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
768
|
+
,,404,partner_storage_not_found,"指定したIDのデータは保存されていません",Not found by storage_id
|
769
|
+
,,422,coupon_not_found,"クーポンが見つかりませんでした。",The coupon is not found.
|
770
|
+
,,422,coupon_image_storage_conflict,"クーポン画像のストレージIDは既に存在します",The coupon image storage_id is already exists
|
771
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
772
|
+
POST,/storage/v1,400,partner_decryption_failed,"リクエスト中の暗号データを復号化することができませんでした。",Could not decrypt the data.
|
773
|
+
,,400,partner_client_not_found,"partner_clientが見つかりません。",The partner client is not found.
|
774
|
+
,,422,formats_not_supported_by_storage,"このフォーマットは対応していません",This format is not supported
|
775
|
+
POST,/user-devices,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
776
|
+
,,422,user_not_found,,The user is not found
|
777
|
+
GET,/user-devices/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
778
|
+
,,422,user_device_not_found,,The user-device not found
|
779
|
+
POST,/user-devices/:uuid/activate,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
780
|
+
,,422,user_device_not_found,,The user-device not found
|
781
|
+
POST,/user-devices/:uuid/banks,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
782
|
+
,,403,forbidden,,Forbidden
|
783
|
+
,,422,user_device_is_disabled,"このデバイスは無効化されています",The user-device is disabled
|
784
|
+
,,422,user_device_not_found,,The user-device not found
|
785
|
+
,,422,bank_registration_limit_error,"8口座を越えて登録できません",Can not register more than 8 accounts.
|
786
|
+
,,422,private_money_not_found,,Private money not found
|
787
|
+
,,422,paytree_disabled_private_money,"このマネーは銀行から引き落とし出来ません",This money cannot be charged from the bank
|
788
|
+
,,422,unpermitted_private_money,"このマネーは使えません",This money is not available
|
789
|
+
,,503,incomplete_configration_for_organization_bank,"現状、このマネーは銀行からのチャージを行えません。システム管理者へお問合せ下さい","Currently, this money cannot be topup from this bank. Please contact your system administrator."
|
790
|
+
GET,/user-devices/:uuid/banks,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
791
|
+
,,403,forbidden,,Forbidden
|
792
|
+
,,422,private_money_not_found,,Private money not found
|
793
|
+
,,422,user_device_not_found,,The user-device not found
|
794
|
+
POST,/user-devices/:uuid/banks/topup,400,paytree_request_failure,"銀行の外部サービス起因により、チャージに失敗しました",Failure to topup due to external services of the bank
|
795
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|
796
|
+
,,403,forbidden,,Forbidden
|
797
|
+
,,403,user_bank_disabled_error,"現在、このユーザーは銀行からのチャージは利用できません",Topup from this user's bank have now been stopped.
|
798
|
+
,,404,user_bank_not_found,"登録された銀行が見つかりません",Bank not found
|
799
|
+
,,410,transaction_canceled,"取引がキャンセルされました",Transaction was canceled
|
800
|
+
,,422,private_money_not_found,,Private money not found
|
801
|
+
,,422,user_device_is_disabled,"このデバイスは無効化されています",The user-device is disabled
|
802
|
+
,,422,user_device_not_found,,The user-device not found
|
803
|
+
,,422,account_not_found,"アカウントが見つかりません",The account is not found
|
804
|
+
,,422,account_can_not_topup,"この店舗からはチャージできません",account can not topup
|
805
|
+
,,422,transaction_has_done,"取引は完了しており、キャンセルすることはできません",Transaction has been copmpleted and cannot be canceled
|
806
|
+
,,422,account_restricted,"特定のアカウントの支払いに制限されています",The account is restricted to pay for a specific account
|
807
|
+
,,422,account_balance_not_enough,"口座残高が不足してます",The account balance is not enough
|
808
|
+
,,422,c2c_transfer_not_allowed,"このマネーではユーザ間マネー譲渡は利用できません",Customer to customer transfer is not available for this money
|
809
|
+
,,422,account_transfer_limit_exceeded,"取引金額が上限を超えました",Too much amount to transfer
|
810
|
+
,,422,account_balance_exceeded,"口座残高が上限を超えました",The account balance exceeded the limit
|
811
|
+
,,422,account_money_topup_transfer_limit_exceeded,"マネーチャージ金額が上限を超えました",Too much amount to money topup transfer
|
812
|
+
,,422,account_total_topup_limit_range,"期間内での合計チャージ額上限に達しました",Entire period topup limit reached
|
813
|
+
,,422,account_total_topup_limit_entire_period,"全期間での合計チャージ額上限に達しました",Entire period topup limit reached
|
814
|
+
,,422,coupon_unavailable_shop,"このクーポンはこの店舗では使用できません。",This coupon is unavailable for this shop.
|
815
|
+
,,422,coupon_already_used,"このクーポンは既に使用済みです。",This coupon is already used.
|
816
|
+
,,422,coupon_not_received,"このクーポンは受け取られていません。",This coupon is not received.
|
817
|
+
,,422,coupon_not_sent,"このウォレットに対して配信されていないクーポンです。",This coupon is not sent to this account yet.
|
818
|
+
,,422,coupon_amount_not_enough,"このクーポンを使用するには支払い額が足りません。",The payment amount not enough to use this coupon.
|
819
|
+
,,422,coupon_not_payment,"クーポンは支払いにのみ使用できます。",Coupons can only be used for payment.
|
820
|
+
,,422,coupon_unavailable,"このクーポンは使用できません。",This coupon is unavailable.
|
821
|
+
,,422,account_suspended,"アカウントは停止されています",The account is suspended
|
822
|
+
,,422,account_closed,"アカウントは退会しています",The account is closed
|
823
|
+
,,422,customer_account_not_found,,The customer account is not found
|
824
|
+
,,422,shop_account_not_found,,The shop account is not found
|
825
|
+
,,422,account_currency_mismatch,"アカウント間で通貨が異なっています",Currency mismatch between accounts
|
826
|
+
,,422,account_pre_closed,"アカウントは退会準備中です",The account is pre-closed
|
827
|
+
,,422,account_not_accessible,"アカウントにアクセスできません",The account is not accessible by this user
|
828
|
+
,,422,terminal_is_invalidated,"端末は無効化されています",The terminal is already invalidated
|
829
|
+
,,422,same_account_transaction,"同じアカウントに送信しています",Sending to the same account
|
830
|
+
,,422,transaction_invalid_done_at,"取引完了日が無効です",Transaction completion date is invalid
|
831
|
+
,,422,transaction_invalid_amount,"取引金額が数値ではないか、受け入れられない桁数です",Transaction amount is not a number or cannot be accepted for this currency
|
832
|
+
,,422,paytree_disabled_private_money,"このマネーは銀行から引き落とし出来ません",This money cannot be charged from the bank
|
833
|
+
,,422,unpermitted_private_money,"このマネーは使えません",This money is not available
|
834
|
+
,,503,temporarily_unavailable,,Service Unavailable
|
835
|
+
,,503,incomplete_configration_for_organization_bank,"現状、このマネーは銀行からのチャージを行えません。システム管理者へお問合せ下さい","Currently, this money cannot be topup from this bank. Please contact your system administrator."
|
836
|
+
POST,/paytree/charge-entry-result,400,partner_decryption_failed,"リクエスト中の暗号データを復号化することができませんでした。",Could not decrypt the data.
|
837
|
+
,,400,partner_client_not_found,"partner_clientが見つかりません。",The partner client is not found.
|
838
|
+
POST,/paytree/reconcile,400,invalid_parameters,"項目が無効です",Invalid parameters
|
839
|
+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
|