# 決済アカウントを削除する ユーザーが保存アカウントから決済アカウントを削除すると、エクソーラは payment_account_removeタイプのウェブフックをウェブフックURLに送信します。このウェブフックを受信するには、カスタマーサクセスマネージャーにご連絡いただくか、csm@xsolla.comまで電子メールでお問い合わせください。 Endpoint: POST remove-payment-account Version: 1.0 ## Request fields (application/json): - `notification_type` (string, required) 通知タイプ。 - `payment_account` (object) 決済アカウントの詳細(オブジェクト)。 - `payment_account.id` (string, required) 決済アカウントID。 - `payment_account.name` (string) 決済システムにおける決済口座名(例:決済カード番号、電子メール)。 - `payment_account.payment_method` (integer) 決済方法のID。 - `payment_account.type` (string) 支払い口座の種類(例:カード、PayPal)。 - `settings` (object) カスタムプロジェクト設定(オブジェクト)。 - `settings.merchant_id` (integer) マーチャントID。 - `settings.project_id` (integer) プロジェクトID。このパラメータは、[ドメインページ](https://publisher.xsolla.com/)のプロジェクト名の横にあります。 - `user` (object) ユーザーの詳細(オブジェクト)。 - `user.email` (string) ユーザーのEメール。 - `user.id` (string, required) ユーザーID。 - `user.name` (string) ユーザー名。 ## Response 400 fields (application/json): - `error` (object) - `error.code` (string) - `error.message` (string) ## Response 204 fields ## Response 500 fields