Skip to main content
POST
/
v1
/
api
/
deposit
Create Transaction
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"
}
'
{
"track_id": "<string>",
"amount": 123,
"phone_number": "<string>",
"country": "<string>",
"currency": "<string>",
"operator": "<string>",
"status": "<string>",
"created_at": "2025-12-12T09:15:34.448314"
}

Headers

api-key
string
required

Clé API pour l'authentification

Query Parameters

Body

application/json
track_id
string
required
amount
number
required
phone_number
string
required
country
string
required
currency
string
required
operator
string
required

Response

Successful Response

track_id
string
required
amount
number
required
phone_number
string
required
country
string
required
currency
string
required
operator
string
required
status
string
required
created_at
string<date-time> | null
default:2025-12-12T09:15:34.448314