Skip to main content
POST
/
api
/
v1
/
users
Enrôler un client
curl --request POST \
  --url https://egimgarsud.gimpayapp.com/api/v1/users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "kyc": {
    "nom": "<string>",
    "prenoms": "<string>",
    "codeIso": "<string>",
    "dateNaissance": "<string>",
    "lieuNaissance": "<string>",
    "paysNaissance": "<string>",
    "sexe": "<string>",
    "profession": "<string>",
    "nomEmployeur": "<string>",
    "adresseGeographiqueEmployeur": "<string>",
    "nomDuPere": "<string>",
    "nomDeLaMere": "<string>",
    "adressePostale": "<string>",
    "adresseGeographique": "<string>",
    "adresseEmail": "<string>",
    "contactMobile1": "<string>",
    "contactMobile2": "<string>",
    "nomPrenomConjoint": "<string>",
    "contactMobileConjoint": "<string>",
    "situationMatrimoniale": "<string>",
    "nationalite": "<string>"
  },
  "refContributeurEmetteur": "<string>",
  "refContributeurDemandeur": "<string>",
  "terminal": {
    "marque": "Samsung",
    "modele": "S20",
    "numeroSerie": "MLN789"
  },
  "wallet": {
    "numeroRib": "<string>",
    "msisdn": "<string>",
    "pan": "<string>",
    "cvv": "<string>",
    "codeClient": "<string>",
    "typeCarteBancaire": "<string>",
    "typeCompteBancaire": "<string>",
    "dateExpiration": "<string>"
  }
}
'
{
  "message": "<string>",
  "status": 123,
  "body": {},
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string

Body

application/json

Objet contenant les informations nécessaires à l'enrôlement du client.

kyc
object
required
refContributeurEmetteur
string
required

La réference du contributeur émetteur de l'instrument de paiement

refContributeurDemandeur
string
required

La réference du contributeur demandeur qui demande l'enrôlement de l'instrument de paiement

terminal
object
required
wallet
object
required

Response

Client enrôlé avec succès.

message
string
status
integer<int32>
body
object
timestamp
string<date-time>