Balance Alert

To receive the information when your Balance Alert trigger is reached, you have to create a BALANCE_ALERT webhook. We'll then push the data through a POST HTTP request with a JSON string in the body (raw) as follows:

BALANCE_ALERT


{
    "balance": "159",
    "trigger": "500",
    "date": "2024-07-27 08:56:33",
}
	      
	  
balance Your current balance
trigger The trigger your set to alert yourself when it's reached
date The delivery date