In sandbox/demo mode the decision is computed by the real engine over a
synthetic statement — no customer data is touched. See the
live demo.
How it works
1
Embed the entry card
Drop the card into your app with one script tag (or the React component).
2
Customer consents
They tap the card and approve sharing their income & obligations — on Swippee,
never on your page.
3
You receive the result
On a pre-qualified result the widget posts a short-lived
public_token back to
your page.4
Exchange on your server
POST /v1/connect/exchange to read the underwriting result, then make your
lending decision.Quick start (script tag)
React
Options
The result
amount and emi are the headline pre-qualified offer; terms and final
approval are yours to set. Exchange the public_token for the full
underwriting result:
Security & privacy
- The customer consents on Swippee — your page never sees their statement or login.
- Cross-origin messages are accepted only from the Swippee origin.
- The widget shows a pre-qualification, not a loan offer; the copy makes the institution’s final-decision role explicit.
- Reasons are shown to the customer only on a decline (with encouraging next-steps); the full underwriting detail is server-side, for your team.