Accept Bankily payments with one API.

Moosyl is the Bankily API for developers: create a payment, your customer pays in Bankily, and your system is notified the moment it’s paid.

Bankily

Bankily is the banking app of BPM. Moosyl connects you to it — and to every other Mauritanian bank app.

How Bankily payments work with Moosyl.

  1. Create a payment

    Your server creates a checkout session or payment request through the Moosyl API.

  2. Your customer pays in Bankily

    They choose Bankily at checkout and confirm the payment in the app they already use.

  3. You’re notified instantly

    Moosyl sends a signed payment-updated webhook the moment the payment is completed.

A few lines of code.

The same call accepts Bankily and every other supported bank app.

checkout.ts
1import { Moosyl } from "moosyl-sdk";
2
3const moosyl = new Moosyl(process.env.MOOSYL_SECRET_KEY!);
4
5const session = await moosyl.createCheckoutSession({
6 transactionId: "txn_123",
7 amount: 5000,
8 successUrl: "https://example.com/success",
9 cancelUrl: "https://example.com/cancel",
10});

One integration, every bank app.

Your Bankily integration also accepts:

Bankily API questions

Can I accept Bankily payments through an API?
Yes. With Moosyl you create a payment through our API, your customer pays in Bankily, and you receive a webhook when it’s completed.
Do I need a separate integration for each bank app?
No. One Moosyl integration covers Bankily and every other supported bank app: Bankily, Sedad, Masrvi, BimBank, BCI Pay, Amanty and Click.
How much does it cost to accept Bankily payments?
1% per successful payment. No monthly fees, no setup costs, and failed payments are free.
Can I test Bankily payments before going live?
Yes. The sandbox is free: use test API keys and test phone numbers to simulate every payment outcome.

Ready to get started?

Create an account in minutes and test for free in the sandbox — or book a call and we’ll set it up with you.

  • See what you’ll pay

    1% per successful payment. No monthly fees.

    Pricing details
  • Start building

    SDKs, webhooks and guides to go live.

    Read the docs
Bankily API — Accept Bankily payments | Moosyl