SDK installation
SDK v2The script#
<script src="https://app.tilopay.com/sdk/v2/sdk_tpay.min.js"></script>Load it before your own checkout code. The SDK exposes the global Tilopay object.
jQuery is not required#
jQuery is NOT required. It was a leftover from SDK V1. The article published so far said otherwise and it is wrong: you can install SDK V2 without jQuery on the page.
Versions#
There are only two versions:
| Version | Status |
|---|---|
v1 | Unsupported |
v2 | Current |
What does not exist#
There is no immutable versioning, no SRI hash and no changelog. The
/sdk/v2/sdk_tpay.min.js URL is not pinned to a specific version: its contents can change
without prior notice and without public release notes.
Practical consequences:
- You cannot set
integrity="sha384-..."on thescripttag, because the file changes. - You cannot rely on a build number to reproduce a bug.
- Keep smoke tests for your checkout running periodically, not only on deploy.
What is next#
- Form fields — the ids the SDK looks for.
Tilopay.Init()— start the purchase.
Last verified: 2026-08-28 · Owner: equipo-integraciones