curl --location --request GET 'https://api.payland.info/api/v2/withdraw/status/WTH-123' \
--header 'x-api-key: {{api_key}}' \
--header 'x-secret-key: {{secret_key}}' \
--header 'Accept: application/json'{
"success": true,
"message": null,
"data": {
"transaction_id": "WTH_507",
"hashed_transaction_id": "90eb7665-1e98-4912-a68c-f9b408987e0c",
"status": "pending",
"amount": "500.00",
"currency": "TRY",
"failure_reason":"",
"created_at": "2026-02-08T13:26:57.000000Z"
},
"code": 200
}