v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Merchant

Get Merchant Details

This API is responsible for retrieving all te merchants involved in a contract

post/GetMerchantDetails

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

Example request

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

Response

Retrieve Merchants

Successboolean

True or False

Messagestring

Returned message

CreatedAtstring

creation date

UpdatedAtstring

update date

Example response

{
  "Success": true,
  "Message": "Purchase generated successfully",
  "Merchant": {
    "MerchantIdentifier": "MER9a883bb8-35fb-4972-8ae3-294cba924314MER",
    "MerchantName": "Tech RF International",
    "LegalName": "Bakery ltda",
    "TaxNumber": "33.762.255/0001-40",
    "BusinessUnitId": 4548,
    "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
  },
  "CreatedAt": "2024-04-17T14:06:04.837Z",
  "UpdatedAt": "2024-04-17T14:06:04.837Z"
}