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

Your server creates a checkout session or payment request through the Moosyl API.
They choose BimBank at checkout and confirm the payment in the app they already use.
Moosyl sends a signed payment-updated webhook the moment the payment is completed.
The same call accepts BimBank and every other supported bank app.
1import { Moosyl } from "moosyl-sdk";23const moosyl = new Moosyl(process.env.MOOSYL_SECRET_KEY!);45const session = await moosyl.createCheckoutSession({6transactionId: "txn_123",7amount: 5000,8successUrl: "https://example.com/success",9cancelUrl: "https://example.com/cancel",10});
Your BimBank integration also accepts:
Create an account in minutes and test for free in the sandbox — or book a call and we’ll set it up with you.
1% per successful payment. No monthly fees.
Pricing detailsSDKs, webhooks and guides to go live.
Read the docs