SDK installation

SDK v2

The 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:

VersionStatus
v1Unsupported
v2Current

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 the script tag, 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#

Last verified: 2026-08-28 · Owner: equipo-integraciones

View as raw Markdown