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 body is of type object.
object
Blacklist vas result
The response is of type object.