Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
application/json
The unique identifier of the merchant account to blacklist
Example:
35253486
Email address of the user blacklisting the merchant
Example:
"johndoe@example.com"
The unique identifier of the reason category for this status change
Example:
3
Additional comments or notes about the blacklisting
Example:
"Merchant account blacklisted due to fraudulent activity"
Response
200 - application/json
OK - Merchant successfully blacklisted
The response is of type string.
Example:
"Merchant account has been blacklisted successfully"