Skip to main content
GET
Consulter le profil marchand

Authorizations

authenticationtoken
string
header
required

JWT obtenu via POST /user/login-merchant. À passer tel quel, sans préfixe Bearer.

Query Parameters

id
string<uuid>
required

merchant_id renvoyé à la connexion.

Response

Profil marchand.

id
string<uuid>
name
string
Example:

"Beauty Shop"

email
string
Example:

"contact@beautyshop.ci"

phoneNumber
string
Example:

"+2250700000000"

reference
string
Example:

"beautyshop"

description
string | null
successUrl
string | null
failedUrl
string | null
webhookUrl
string | null
Example:

"https://example.com/webhooks/djonanko"

apiKey
string
Example:

"DJN-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

balance
string

Solde disponible en FCFA (renvoyé sous forme de chaîne décimale).

Example:

"125000.00"

isActive
boolean
country
string
Example:

"CI"

createdAt
string<date-time>