curl --location --request GET 'https://api.payland.info/api/v2/deposit/status/DEP_123' \
--header 'x-api-key: {{api_key}}' \
--header 'x-secret-key: {{secret_key}}' \
--header 'Accept: application/json'{
"success": true,
"message": null,
"data": {
"transaction_id": "5317f3cb-f2d8-4942-9aa3-16945b06781b",
"hashed_transaction_id": "284e0d16-e235-4701-9d8e-7f3aa027a723",
"status": "pending",
"amount": "250.00",
"currency": "EUR",
"failure_reason":"",
"created_at": "2026-02-08T13:26:03.000000Z"
},
"code": 200
}