Payments your developers will actually like.
Three clean ways to take a payment — pick the one that fits your stack. Readable docs, tokenized fields that keep you out of PCI scope, and engineers who pick up the phone.
// One line to a working charge.
const charge = await blueswipe.charge({
amount: 4820, // $48.20
token: card.id,
description: "Cleaning · acct 1182"
});
// → settles next business day
console.log(charge.status); // "approved" Pick how you want to integrate.
Three friendly paths, same gateway underneath. Start with the lightest one and move up only if you need to.
Embedded form
Drop our prebuilt, secure payment fields into your page. Card data never touches your server — we handle PCI for you.
<div id="payment"></div>
<script>
blueswipe.fields({
el: "#payment",
onToken: (t) => submit(t)
});
</script> Custom form
Build your own checkout UI and pass us a token. Full control of the look and feel, with tokenization keeping you out of PCI scope.
const token = await blueswipe
.tokenize(cardFields);
await pay({
amount: 4820, // cents
token: token.id
}); Hosted checkout
Send customers to a BlueSwipe-hosted page and we bring them back when they're done. Nothing to host, nothing to secure.
const link = await blueswipe
.checkout.create({
amount: 4820,
returnUrl: "/thanks"
});
redirect(link.url); Snippets are illustrative — the real docs have copy-paste examples for every language and framework.
Already wired into your stack.
175+ cart and 50+ POS integrations across e-commerce, point of sale, accounting, and CRM. If you run it, odds are we already plug in.
We'll match what you need.
BlueSwipe runs on the CardConnect gateway out of the box — battle-tested, tokenized, and PCI-validated. It's our go-to, and it covers the vast majority of builds.
Already standardized on a different gateway? Tell us what it is. We'll meet you where your stack already lives rather than forcing a rebuild.
CardConnect
Tokenization, hosted fields, and recurring billing — already integrated, so most teams ship without touching a gateway config.
- PCI-validated tokenization
- Hosted & embedded fields
- Recurring & stored cards
Bring your own
Running a gateway you like? We'll work with it. No rip-and-replace, no surprise migration weekend.
Built to be a calm afternoon, not a saga.
The boring stuff handled so your team can ship and move on.
PCI scope, reduced
Tokenized fields mean card data skips your servers entirely.
Engineers on the line
Real humans who've built integrations help you build yours.
Sandbox first
Test keys and fake cards before a single real charge.
Next-day funding
Approved payments land the next business day.
Build it once, earn on it every month.
If you build sites and checkouts for clients, integrate BlueSwipe and share in the processing. Revenue share starts at 25% and grows with your book — recurring, transparent, tracked in a dashboard.
See the partner program
Let's build something
that just works.
Grab sandbox keys, skim the docs, and ping a real engineer when you get stuck. No sales gauntlet.