Accept Click payments with one API.

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

Click

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

How Click 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 Click

    They choose Click 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 Click 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 Click integration also accepts:

Click API questions

Can I accept Click payments through an API?
Yes. With Moosyl you create a payment through our API, your customer pays in Click, and you receive a webhook when it’s completed.
Do I need a separate integration for each bank app?
No. One Moosyl integration covers Click and every other supported bank app: Bankily, Sedad, Masrvi, BimBank, BCI Pay, Amanty and Click.
How much does it cost to accept Click payments?
1% per successful payment. No monthly fees, no setup costs, and failed payments are free.
Can I test Click 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
Click API — Accept Click payments | Moosyl