Skip to main content
GET
/
api
/
v1
/
wallets
Collecter les instruments de paiement par phone
curl --request GET \
  --url https://egimgarsud.gimpayapp.com/api/v1/wallets \
  --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

indicatif
string
required

Indicatif du pays

phone
string
required

Numéro de telephone

Response

Instruments de paiement collectés avec succès.

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