— For engineers
An API you'll actually enjoy reading.
RESTful, idempotent, fully typed. Documentation that includes the failure modes. SDKs for Node, Python, Go, Ruby, PHP and Java — all open source.
charge.ts
// Charge a card with one call.
import { Finglo } from "@finglo/node";
const finglo = new Finglo(process.env.FINGLO_SECRET);
const charge = await finglo.charges.create({
amount: 2480_00, // $24.80
currency: "usd",
source: "tok_visa_4242",
customer: "cus_8FjT2",
metadata: { order_id: "A-10241" },
});
console.log(charge.status); // -> "succeeded"99.99%
API uptime, last 12 months
42ms
p50 response time, globally
6
First-party SDKs, all open source
— Get started