Update a Merchant
API UpdateMerchantClosedLoopInfo
This functionality allows the Receiver participant to update the details of a Merchant registered in the Closed Loop arrangement. The editable fields include the merchant’s trade name, legal name, tax number, contact details, incorporation date, and full address.
Functionality available in the Portal Management Hub.
- JSON REQUEST:
{ "Method": "UpdateMerchantClosedLoopInfo", "PartnerId": "", "BusinessUnitId": "", "ContractIdentifier": "", "MerchantName": "SUPER 24 MONTUFAR", "LegalName": "Super 24 - LegalTeste", "TaxNumber": "nulo", "Sector": "food", "Phone": "+50223629963", "Email": "[email protected]", "ConstitutionDate": "nulo", "CompanyAddress": { "postalCode": "01009", "street": "CALLE 12", "number": "2-21", "complement": "Calle Montufar", "neighborhood": "ZONA 9", "city": "Ciudad de Guatemala", "state": "Departamento de Guatemala", "reference": "Paleta Montufar", "CountryCode": "GT" } }
- 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 |
ContractIdentifier | Contract identifier | varchar | "CON965569f9-5c93-4335-b09e-29efe32ba292CON" | Yes |
MerchantName | Merchant name | string | "Super 24 - Montufar" | Yes |
LegalName | Legal name of the company | string | "Prones y Pagamentos" | Yes |
TaxNumber | Fiscal identifier | varchar | "3480082520113" | Yes |
Sector | Establishment sector | varchar | "Food" | Yes |
ConstitutionDate | Date of company's establishment (e.g., "2013-05-13") | date | "24/09/2023 14:30:00" | Yes |
MerchantIdentifier | Establishment identifier | varchar | "MER0551a52e-b0e7-4c58-8b26-0a3016f458caMER" | Yes |
AccountKey | Commercial establishment's key account | varchar | "963497-209911-9590853-5" | No |
Phone | Establishment's phone number | varchar | "+50223629963" | Yes |
Establishment's email address | varchar | "[email protected]" | Yes | |
PostalCode | Postal Code of the Establishment | varchar | "01009" | Yes |
Street | Establishment's street | varchar | "CALLE 12" | Yes |
Number | Establishment's number | varchar | "2-21" | Yes |
Complement | Address complement of the establishment | varchar | "Calle Montufar" | Yes |
Neighborhood | Neighborhood/Zone of the Establishment | varchar | "ZONA 9" | Yes |
City | City of the Establishment | datetime | "Ciudad de Guatemala" | Yes |
State | State/Department of the Establishment | varchar | "Departamento de Guatemala" | Yes |
Reference | Reference point near the establishment | varchar | "Paleta Montufar" | Yes |
CountryCode | Country Code (e.g. GT) | varchar | GT | Yes |
Updated 2 days ago