cURL
curl --request POST \ --url https://egimgarsud.gimpayapp.com/api/v1/otp/debit \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "refInstrumentPaiement": "<string>" } '
{ "message": "<string>", "status": 123, "body": {}, "timestamp": "2023-11-07T05:31:56Z" }
Demander à un contributeur tiers de générer un code OTP lié à l’instrument de paiement courant.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OTP généré avec succès.