SDK Overview
The TensorRail SDK model at a glance: the browser payment SDK (TensorRail.js), the @tensorrail/sdk npm loader, and the Node & Python server SDKs. What each is, when to use which, and why the script tag exists.
SDK Reference
Full API reference for the TensorRail.js Drop-in SDK: loading the bundle from the CDN, mounting payment fields, tokenizing card data, and handling events.
Events
Events payment elements emit through paymentElement.on(name, handler), and what each one carries.
Theming
Style payment elements with the appearance object passed to elements() and updated via elements.update().