| PARAM | Default | Mandatory (M) , Optional (O) |
|---|---|---|
| tlid | zuelpay transaction id | O |
| your unique order id | O |
curl --location --request GET 'https://api.wepego.com/finance/virtual/status?merchant_order_id=TST00220003300000107' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data '{}'{
"created_at": "2026-01-02 03:50:34",
"amount": 10,
"tlid": "IUPI1767306033780JHSW9hI7d",
"merchant_order_id": "TST00220003300000107",
"utr": "394767493003",
"status": "SUCCESS",
"result": 0
}