Skip to content

Commit 4e657ff

Browse files
author
pokepay-ci
committed
update error-response.csv
1 parent 947795a commit 4e657ff

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/error-response.csv

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ POST,/external-transactions/:uuid/refund,400,invalid_mdk_token,,Invalid MDK toke
369369
,,422,not_refundable_transaction_type,"キャンセルできるのは取引種別が支払いかチャージのときのみです。",The transaction can refund when its type is payment or topup only
370370
,,503,veritrans_api_error,"カード決済サービスが一時的にご利用になれません。時間を置いて再度お試しください",Credit card service is temporarily unavailable. Please wait a moment and try again
371371
,,503,temporarily_unavailable,,Service Unavailable
372+
GET,/external-transactions/requests/:request-id,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
373+
,,422,event_not_found,"イベントが見つかりません",Event not found
372374
GET,/bulk-transactions/:uuid,404,notfound,,Not found
373375
GET,/bulk-transactions/:uuid/jobs,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
374376
,,422,bulk_transaction_not_found,"Bulk取引が見つかりません",Bulk transaction not found
@@ -445,8 +447,8 @@ DELETE,/users/:uuid,403,,,
445447
,,503,temporarily_unavailable,,Service Unavailable
446448
GET,/private-moneys,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
447449
,,422,organization_not_found,,Organization not found
448-
GET,/private-moneys/:uuid,403,,,
449-
,,404,,,
450+
GET,/private-moneys/:uuid,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
451+
,,422,private_money_not_found,,Private money not found
450452
GET,/private-moneys/:uuid/summary,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission
451453
,,404,,,
452454
,,422,private_money_not_found,,Private money not found
@@ -794,3 +796,7 @@ POST,/user-devices/:uuid/banks/topup,400,paytree_request_failure,"銀行の外
794796
,,422,unpermitted_private_money,"このマネーは使えません",This money is not available
795797
,,503,temporarily_unavailable,,Service Unavailable
796798
,,503,incomplete_configration_for_organization_bank,"現状、このマネーは銀行からのチャージを行えません。システム管理者へお問合せ下さい","Currently, this money cannot be topup from this bank. Please contact your system administrator."
799+
POST,/paytree/charge-entry-result,400,partner_decryption_failed,"リクエスト中の暗号データを復号化することができませんでした。",Could not decrypt the data.
800+
,,400,partner_client_not_found,"partner_clientが見つかりません。",The partner client is not found.
801+
POST,/paytree/reconcile,400,invalid_parameters,"項目が無効です",Invalid parameters
802+
,,403,unpermitted_admin_user,"この管理ユーザには権限がありません",Admin does not have permission

0 commit comments

Comments
 (0)