cURL
curl --request POST \ --url https://egimgarsud.gimpayapp.com/api/v1/check-existence \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "refContributeurEmetteur": "<string>", "identifiantCompte": "<string>", "numero": "<string>", "indicatif": "<string>" } '
{ "message": "<string>", "status": 123, "body": {}, "timestamp": "2023-11-07T05:31:56Z" }
Vérifie si un instrument de paiement est déjà enregistré chez un contributeur tiers.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Objet contenant les détails de l'instrument à vérifier.
Existence vérifiée.