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": "TRX-2024-001234", "amount": 10000, "phone_number": "237657843901", "country": "CMR", "currency": "XAF", "operator": "MTN_MOMO_CMR" } '
200
Example
{ "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
Documentation IndexFetch the complete documentation index at: https://docs.lygosapp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lygosapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Clé API pour l'authentification
Successful Response