Skip to main content
GET
/
api
/
v1
/
contributors
Collecter les contributeurs par type d'instrument de paiement et pays
curl --request GET \
  --url https://egimgarsud.gimpayapp.com/api/v1/contributors \
  --header 'Authorization: Bearer <token>'
{
  "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

Query Parameters

typeInstrument
enum<string>
required

Type d'instrument de paiement

Available options:
COMPTE_BANCAIRE,
CARTE_BANCAIRE,
MOBILE_WALLET,
COMPTE_FIDELITE,
SOUS_COMPTE
codeIso
string
required

Code ISO du pays

Response

Contributeurs collectées avec succès.

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