Banking-as-a-Service Platform

Al Salam Bank
Developer Portal

Build next-generation financial applications with 30 production-ready API endpoints across 9 banking domains — accounts, payments, cards, financing, investments, and more. Sharia-compliant and ready to integrate.

local-transfer.ts
// Execute a Fawri+ local bank transfer
const response = await fetch('/v1/payments/local', {
  method: 'POST',
  headers: {
    'X-ASB-Key-Id': keyId,
    'Authorization': `Bearer ${secret}`,
    'Content-Type': 'application/json',
  }
  body: JSON.stringify({
    sourceAccount: 'BH00ALSM00010012345678',
    beneficiaryIban: 'BH67NBOB00000099123456',
    amount: 1500.000,
    currency: 'BHD',
    channel: 'FAWRI_PLUS',
  }
});

const { paymentId, status } = await response.json();
// → { paymentId: "PAY-2026-00482", status: "PROCESSING" }

9

API Domains

30

Endpoints

100%

Sharia Compliant

<200ms

Avg Response

9 API Domains

Complete Banking API Suite

From account enquiry to international payments, investments, and reconciliation — everything your app needs through a single integration.

🏦

Accounts

2 APIs

Account details and portfolio listing by CIF.

📊

Transactions

5 APIs

Statements, recent activity, and WPS salary processing.

💸

Payments

7 APIs

Own, local (Fawri/Fawri+), bulk, international, and SWIFT tracking.

👥

Beneficiaries

5 APIs

Full CRUD lifecycle for payment beneficiaries.

💳

Cards

2 APIs

Card portfolio access and card-based payments.

💱

FX Rates

1 API

Real-time foreign exchange rates for multi-currency operations.

📈

Financing

3 APIs

Islamic financing products, schedules, and facility details.

🏛️

Investments

2 APIs

Wakala deposit portfolios and detailed position data.

Reconciliation

3 APIs

Settlement statements, transaction matching, and discrepancy detection.

Developer Experience

Everything You Need to Build

A complete developer toolkit for integrating banking services into your applications.

Interactive API Docs

OpenAPI 3.0 specs with a built-in Try-It console. Explore every endpoint before writing a single line of code.

Full Sandbox

Pre-seeded accounts, cards, and transactions. Test payments end-to-end without touching real money.

Production-Grade Security

HMAC-SHA256 payload signing, API key isolation, and rate limiting built in from day one.

Real-Time Dashboard

Monitor API traffic, track usage, and manage keys from a single developer dashboard.

Sharia Compliant

Every API is built on Al Salam Bank's Islamic banking core — fully Sharia-compliant by design.

Flexible Pricing

Free sandbox tier, transparent production pricing. Scale from startup to enterprise with predictable costs.

Ready to Start Building?

Create a free sandbox account and start integrating 30 API endpoints in minutes. No credit card required.

Already have an account? Sign in