| PARAM | Default | Mandatory (M) , Optional (O) |
|---|---|---|
| tlid | zuelpay transaction id | O |
| agent_id | your unique order id | O |
curl --location --request GET 'https://api.wepego.com/finance/payout/status?agent_id=ZLPO02007008019EDU13' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data '{}'{
"created_at": "2025-07-23 17:58:10",
"amount": 100,
"charged_amount": 104.72,
"tlid": "ZIMP1753273690115HQZ",
"agent_id": "ZLPO02007008019EDU13",
"bank": "IMPS PAYOUT",
"account": "2223333434761529",
"ifsc": "ICIC0002517",
"utr": "520417784756",
"status": "SUCCESS",
"result": 0
}