Receive notifications when there is a change in the status of the anticipation.
Setting the notification URL is optional.
To receive the POST type notification, it is necessary to configure the Notification URL
when registering the master in Braspag. The address must be HTTPS and a port outside the HTTPS standard (443) must not be used.
When there is a change in the anticipation status, Split will send a notification with the anticipation identifier parameters (AnticipationId
) and the new Status
.
Status Change Notification Example:
{
"AnticipationId" : "96ffb8be-6693-4f9b-bf8e-925b555b3207",
"Status" : 2
}
PROPERTY | TYPE | SIZE | DESCRIPTION |
---|---|---|---|
AnticipationId | GUID | - | Anticipation Identifier. |
Status | int or string | Status Enum Description or Status Enum Id | Status Identifier. Possible values: Undefined = 0 Processing = 1 Processed = 2 Canceled = 3 Settled = 4 |