# Remove payment account When a user removes the payment account from saved accounts, Xsolla sends a webhook with the payment_account_remove type to the webhook URL. To receive this webhook, contact your Customer Success Manager or email csm@xsolla.com. Endpoint: POST remove-payment-account Version: 1.0 ## Request fields (application/json): - `notification_type` (string, required) Notification type. - `settings` (object) Custom project settings (object). - `settings.project_id` (integer) Project ID. You can find this parameter in your [Publisher Account](https://publisher.xsolla.com/) next to the name of the project. - `settings.merchant_id` (integer) Merchant ID. - `user` (object) User details (object). - `user.email` (string) User email. - `user.id` (string, required) User ID. - `user.name` (string) Username. - `payment_account` (object) Payment account details (object). - `payment_account.id` (string, required) Payment account ID. - `payment_account.name` (string) The payment account name in the payment system (e.g., payment card number, email). - `payment_account.payment_method` (integer) Payment method ID. - `payment_account.type` (string) Type of payment account (e.g., card, PayPal). ## Response 400 fields (application/json): - `error` (object) - `error.code` (string) - `error.message` (string) ## Response 204 fields ## Response 500 fields