Merchant
Merchant Block
This API is responsible for blocking a Merchant within the closed payment arrangement.
post/BlockMerchantClosedLoop
Request body
Example request
{
"Method": "BlockMerchantClosedLoop",
"PartnerId": 4548,
"BusinessUnitId": 4548,
"MerchantIdentifier": "MER9a883bb8-35fb-4972-8ae3-294cba924314MER",
"IsBlock": "true"
}Response
Block Merchant
Example response
{
"Success": true,
"Message": "Purchase generated successfully"
}