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": "<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"
}

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