Update payment email preference
API Refs
- Production: Update Payment Email Notifications
- Staging: Update payment email preference
Request body
Name | Type | Description | Required |
---|---|---|---|
payment_enabled | boolean | The new value for payment email preference. | yes |
Response body
Name | Type | Description | Required |
---|---|---|---|
marketing_preference | boolean | Current value of marketing email notification preference | yes |
payment_preference | boolean | The new value of payment-related email notification preference | yes |
sms_preference | boolean | Current value of payment-related SMS text notification preference | yes |
Description
This endpoint updates the current user's preference for receiving payment-related email notifications.
Updated 1 day ago