Skip to main content
POST
/
api
/
v1
/
otp
/
confirm
Envoyer un OTP
curl --request POST \
  --url https://egimgarsud.gimpayapp.com/api/v1/otp/confirm \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "refContributeurEmetteur": "<string>",
  "identifiantCompte": "<string>",
  "codeOtp": "<string>",
  "numero": "<string>",
  "indicatif": "<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
refContributeurEmetteur
string
required
identifiantCompte
string
required
codeOtp
string
required
numero
string
required
indicatif
string
required

Response

OTP envoyé.

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