Skip to main content
POST
/
partner_api
/
contacts
curl --request POST \
  --url https://api.jeko.africa/partner_api/contacts \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "name": "John Doe",
  "paymentMethod": "wave",
  "identifier": {
    "number": "+2250701234567"
  }
}
'
{
"id": "59ae202a-f583-4a15-970f-9e99bd1e0baa",
"name": "John Doe",
"paymentMethod": "wave",
"identifier": {
"number": "+2250701234567"
}
}

Authorizations

X-API-KEY
string
header
required

Clé API pour les requêtes de l'API Partenaire

Body

application/json

Request schema for creating a mobile money contact

name
string
required

Contact name

Maximum string length: 255
Example:

"John Doe"

paymentMethod
enum<string>
required

Mobile money payment method

Available options:
wave,
orange,
mtn,
moov,
djamo
Example:

"wave"

identifier
object
required

Mobile money identifier containing phone number

Response

Contact créé avec succès

Response schema for mobile money contact

id
string<uuid>
required

Contact identifier

Example:

"59ae202a-f583-4a15-970f-9e99bd1e0baa"

name
string
required

Contact name

Example:

"John Doe"

paymentMethod
enum<string>
required

Mobile money payment method

Available options:
wave,
orange,
mtn,
moov,
djamo
Example:

"wave"

identifier
object
required

Mobile money identifier