cURL
curl --request POST \ --url https://api.lygosapp.com/v1/api/deposit/ \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "track_id": "<string>", "amount": 123, "phone_number": "<string>", "country": "<string>", "currency": "<string>", "operator": "<string>" } '
{ "track_id": "<string>", "amount": 123, "phone_number": "<string>", "country": "<string>", "currency": "<string>", "operator": "<string>", "status": "<string>", "created_at": "2025-12-12T09:15:34.448314" }
direct creation of transactions
Clé API pour l'authentification
Successful Response