Skip to content

SaaS Deployment

Using Islamic Open Finance™ as a fully managed service.

Overview

The SaaS deployment is the fastest way to get started:

  • No infrastructure management
  • Automatic updates and patches
  • Built-in high availability
  • SOC 2 and ISO 27001 certified

Getting Started

1. Create an Account

Sign up at islamicopenfinance.com:

bash
# Or use the CLI
npx @iof/cli signup

2. Create a Workspace

typescript
const workspace = await iof.workspaces.create({
  name: "My Bank",
  type: "production",
  jurisdiction: "MY",
});

3. Enable Rails

typescript
await iof.workspaces.enableRails(workspace.id, [
  "contracts",
  "kyc",
  "compliance",
]);

4. Get API Keys

typescript
const apiKey = await iof.apiKeys.create({
  workspaceId: workspace.id,
  name: "Production Server",
});

Environments

EnvironmentURLPurpose
Sandboxsandbox.islamicopenfinance.comTesting
Productionapi.islamicopenfinance.comLive

Data Residency

Choose your data region:

RegionLocationCompliance
ap-southeast-1SingaporeMAS compliant
me-south-1UAECBUAE compliant
eu-west-1IrelandGDPR compliant

SLA

TierUptimeSupport
Starter99.5%Email
Growth99.9%Priority
Enterprise99.99%Dedicated

Next Steps

Licensed under the Apache License 2.0