Skip to main content
GET
/
v3
/
internet
/
check-ref
/
{ref}
Check Status by Reference
curl --request GET \
  --url https://api.oneclickdz.com/v3/internet/check-ref/{ref} \
  --header 'X-Access-Token: <api-key>'

Overview

Track internet top-up status using your custom reference from the send request.

Path Parameters

ref
string
required
Your custom reference from /internet/send

Response

Identical to Check by ID. Returns top-up object with status, card code (when fulfilled), and transaction details.

Examples

curl https://api.oneclickdz.com/v3/internet/check-ref/internet-order-001 \
  -H "X-Access-Token: YOUR_API_KEY"

Check by ID

Full status documentation