Credit, inside your app.
An institution embeds one widget. The customer taps “Need extra cash?”, consents, and gets an instant pre-qualified decision — your underwriting engine, the institution's final call. Tap the green card to try it.
XY
XYZ Bank
Good morning, Asha
Available balance
रू 84,250.00
◦Send
◦Scan
◦Bills
◦Top-up
Recent activity
Fonepay · Bhatbhateni− रू 2,340
Salary · XYZ Payroll+ रू 92,000
NEA · electricity bill− रू 1,180
Loading widget…
Try a customer profile
Each runs the real engine on a different synthetic statement.
Result
Tap the card, allow, and finish the flow — the widget posts the outcome back to this page.
Integration
<div id="swippee-credit"></div>
<script src="https://swippee.com/embed/credit.js"></script>
<script>
SwippeeCredit.mount("#swippee-credit", {
app: "Himalayan Bank",
accent: "#c8102e",
amount: 500000,
onResult: function (r) {
if (r.status === "prequalified") exchange(r.public_token);
},
});
</script>Prefer React? import { SwippeeCredit } from "@swippee/connect-react" — same props.