Block a Merchant
API BlockMerchantClosedLoop
This functionality allows the Receiver participant to block or unblock a previously registered Merchant in the Closed Loop arrangement. Blocking prevents the Merchant from performing transactions in the system, while unblocking restores its operational permissions. This API is essential for risk management and operational control.
Functionality available in the Portal Management Hub.
- JSON REQUEST:
{ "Method": "BlockMerchantClosedLoop", "BusinessUnitId": 30472, "PartnerId": 10409, "MerchantIdentifier": "MER086c63fa-ccf8-4995-b988-439c347aa9c4MER", "IsBlock": "true" }
- JSON RESPONSE:
{ "Success": "true", "Message": "Merchant Data Successfully Changed" }
Parameter Descriptions:
Parameter | Description | Type | Example | Mandatory |
---|---|---|---|---|
Method | Method name | string | "UpdateMerchantClosedLoopInfo" | Yes |
Partner | Information provided by FitBank | bigint | "847561" | Yes |
BusinessUnitId | Information provided by FitBank | int | "234334" | Yes |
MerchantIdentifier | Establishment identifier | varchar | "MER0551a52e-b0e7-4c58-8b26-0a3016f458caMER" | Yes |
IsBlock | Establishment's bloqued? | bool | True | Yes |
Updated 2 days ago