cURL
curl --request POST \ --url https://sigmaprod.sabipay.com/api/v1/transaction-monitoring/blacklist-vas-receiver \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --header 'apiSecret: <api-key>' \ --data ' { "receiver": "<string>" } '
{ "message": "VAS receiver blacklisted" }
POST api/v1/transaction-monitoring/blacklist-vas-receiver
DELETE
DELETE api/v1/transaction-monitoring/blacklist-vas-receiver/{receiver}
Blacklist vas receiver payload
The vas receiver of the account you want to blacklist.
Blacklist vas result
Message after VAS receiver blacklisted
"VAS receiver blacklisted"