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