The customer
Can afford the item over a few months, but not in one payment today.
Grow your sales by letting customers pay in instalments—while you get the full price upfront, guaranteed.
Why we're building this
Can afford the item over a few months, but not in one payment today.
Needs the full price at the till. Selling on credit and waiting to be paid isn't an option, so the sale is lost.
Has often already approved them for a salary loan. Most customers don't know, or don't think of it while paying.
At checkout
Pay in instalments sits next to card and transfer. The customer picks their bank from a list. If their bank isn't on it, they go back and pay another way.
They enter the account their salary goes into, and the bank sends a code to the phone number on that account. For bigger purchases they approve in their bank app instead.
They choose 3 to 6 months and see the deposit, the monthly payment, the fee and the total in naira before they agree.
They send the deposit from their bank app to an account number shown on screen. It confirms in a few seconds.
The bank pays you and we send a webhook so you know to release the order. After that, the customer repays their bank directly.
GTBank›
Access Bank›
UBA›
Zenith Bank›Bank not listed? Pay another way
Use the account your salary is paid into.
Code sent to 080••••4417
Account name: A•••• O••••
Transfer exactly
₦40,000
Send from the account you verified.
Your bank has paid the store.
You'll repay in your bank app.
Integration
// Release the order when the bank has paid,
// not when the deposit arrives
app.post("/webhooks/product", (req, res) => {
const { type, order } = req.body;
if (type === "order.funded") {
releaseOrder(order.merchant_reference);
}
res.sendStatus(200);
});
Something missing? Apply and ask us directly.
Merchants in Nigeria who sell higher-priced items like phones, electronics, appliances and furniture. We're taking a small number to start and will reply to every application.
That's between the customer and their bank. Once the bank has paid you, the money is yours.
When the bank funds the order, on the day of the sale. We send a webhook when that happens. Ship then, not when the deposit arrives.
We'll go through pricing when we speak.
About the same as adding a payment method: a checkout option and a webhook. You also get a dashboard and payout reports.
You refund the deposit to the customer and send the bank's share back to the bank, which closes the loan. For a partial return, the refund goes to the bank and lowers what the customer owes. We keep track of both.
We're onboarding a small group of merchants in Nigeria first. Tell us a bit about your business and we'll get back to you.