Xsolla-logo

Toggle email notifications for user balance transactions

put/projects/{project_id}/send_email_for_user_billing_purchase

Enables/disables email notifications for user balance transactions.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

Request Body schema: application/json
send_email_for_user_billing_purchase
boolean

Whether to send email notifications to user for balance transactions.

Responses
204

No Content.

404

Not Found.

Request samples
application/json
{
  • "send_email_for_user_billing_purchase": true
}