salik.ae
Dubai toll self-service for balance, trips, tag status, and recharges on Salik.
Build a browser-driven Salik provider for Dubai drivers. It should cover account and tag summaries, toll balance and trip history, recharge preparation, explicit approval before confirmation, and receipt or balance-update retrieval.
Retrieve the user's Salik account overview together with linked vehicles, balance, and tag status. This is the main read path for transport account management.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Salik account identifier.
SALIK-123456
Vehicle plate to narrow the lookup when needed.
A12345
Auth required for this operation.
Look up fines, parking sessions, toll trips, permits, and dispute cases tied to the account or vehicle. This gives the user the context needed before payment or follow-up.
Account to search against.
SALIK-123456
Vehicle plate for a narrower search.
A12345
Type of record to search for.
fines
Assemble a draft for Salik tag recharge or toll-related payment without finalizing it. The draft should capture the plate, tag, amount, fees, and payment method details.
Account to fund or charge.
SALIK-123456
Type of transport action to prepare.
recharge
Amount to recharge or pay.
100
Vehicle plate associated with the request.
A12345
Show the plate, tag, amount, fees, payment method, and terms before final confirmation. This is the last checkpoint before a transport payment or request is submitted.
Draft returned by the preparation step.
{...}
Finalize the prepared recharge, fine payment, parking payment, or permit request only after the user explicitly approves the draft.
Confirmed transport draft ready to submit.
{...}
Explicit user approval to complete the payment or request.
true
Fetch the latest receipt, case status, service history, and balance updates for the account. Use this to confirm what changed after a payment or follow-up action.
Account number to query.
SALIK-123456
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.