cURL
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" }
Transmettre un code OTP lié à l’instrument de paiement courant pour vérification.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OTP envoyé.