Notifications
How can I disable Asaas notifications for my customers?
To create a client with notifications disabled, simply send the notificationDisabled
attribute to true
, this way it will never receive any notifications by default. If the client already exists, simply send an update with the attribute “notificationDisabled” : “true”
.
If you want to customize notifications, activate WhatsApp, how do you do it?
To configure notifications you need to do the following:
- After registering the client with notifications enabled;
- Call the route to recover notifications from a client;
- With the notification IDs retrieved, you can perform the call to update existing notification, where you only update one notification ID at a time, or update in batch;
You can establish a routine on your side to create standardized payments before issuing charges.
Updated 8 days ago