v1

latestOpenAPI 3.0.32026-07-248257161.1 KB
Merchant Account

Return Merchant public information

Use this endpoint to retrieve merchant public information.

get/merchants/public-info

Response

returns merchant public info.

namestring

Merchant entity name.

categorystring

Main branch activity of merchant entity.

emailstring

Merchant contact email. This email will receive merchant transaction Notification. also

phonestring

Merchant contact phone

addressstring

Address of the merchant entity

postalCodestring

Zip code or postal code component.

citystring

The city where merchant entity is located

countrystring

The country where the merchant entity is located. The format is ISO 3166

localestring

User locale, language is lower case. Country in upper case

websitestring

The merchant entity website

currencystring

currency of the Merchant country.

createdAtstring

The merchant entity registration timestamp in our platform in ISO 8601 (YYYY-mm-dd HH:mm:ss,SSSS)

updatedAtstring

updated timestamp in our platform in ISO 8601 (YYYY-mm-dd HH:mm:ss,SSSS)

Example response

{
  "name": "My company",
  "category": "Reseller",
  "email": "contact@mycompany.com",
  "address": "125, avenue des entrepreneurs, Abidjan",
  "city": "Dakar",
  "country": "CI",
  "locale": "fr-FR",
  "website": "https://mycompany.com",
  "currency": "XOF",
  "createdAt": "2022-03-29 10:00:00,000",
  "updatedAt": "2022-03-29 10:00:00,000"
}