v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Merchant

Merchant Block

This API is responsible for blocking a Merchant within the closed payment arrangement.

post/BlockMerchantClosedLoop

Request body

Methodstring required

Text Containing The Name Of The Method

PartnerIdinteger required

Number Of The Partner

BusinessUnitIdinteger required

Number Of The BusinessUnit

MerchantIdentifierstring required

MerchantIdentifier From Company

IsBlockstring required

true or false

Example request

{
  "Method": "BlockMerchantClosedLoop",
  "PartnerId": 4548,
  "BusinessUnitId": 4548,
  "MerchantIdentifier": "MER9a883bb8-35fb-4972-8ae3-294cba924314MER",
  "IsBlock": "true"
}

Response

Block Merchant

Successboolean

True or False

Messagestring

Returned message

Example response

{
  "Success": true,
  "Message": "Purchase generated successfully"
}