Easy Labs
Frontend SDKs

Frontend SDKs

Drop-in payment UI for the web and native mobile.

The frontend SDKs handle the user-facing parts of payments: card entry, wallet checkout, payment elements, and tokenization. They never touch secret keys — pair them with a Backend SDK or your own server.

Architecture

All three frontend SDKs share a single core (@easylabs/common) for the HTTP client, types, and tokenization logic. You don't install @easylabs/common directly — it's a transitive dependency of the SDK you choose.

On this page