Merchant
Merchant Update
This API is responsible for updating data from a Merchant within the closed payment arrangement.
post/UpdateMerchantClosedLoopInfo
Request body
Example request
{
"Method": "UpdateMerchantClosedLoopInfo",
"PartnerId": 4548,
"BusinessUnitId": 4548,
"MerchantIdentifier": "MER9a883bb8-35fb-4972-8ae3-294cba924314MER",
"MerchantName": "Tech RF International",
"LegalName": "Bakery ltda",
"TaxNumber": "33.762.255/0001-40",
"Sector": "food",
"Email": "email@example.com",
"ConstitutionDate": "2024-04-17T14:06:04.837Z",
"CompanyAddress": {
"Number": "478",
"Complement": "House",
"Neighborhood": "Aldeota",
"PostalCode": "60115221",
"Line": "Street José Morais",
"Country": "BR"
},
"DailyLimit": {
"TotalAmount": 5000.55
}
}Response
Update Merchant Data
Example response
{
"Success": true,
"Message": "Purchase generated successfully"
}