SaaS Deployment
SaaS Deployment
Section titled “SaaS Deployment”Using Islamic Open Finance™ as a fully managed service.
Overview
Section titled “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
Section titled “Getting Started”1. Create an Account
Section titled “1. Create an Account”Sign up at islamicopenfinance.com:
# Or use the CLInpx @iof/cli signup2. Create a Workspace
Section titled “2. Create a Workspace”const workspace = await iof.workspaces.create({ name: "My Bank", type: "production", jurisdiction: "MY",});3. Enable Rails
Section titled “3. Enable Rails”await iof.workspaces.enableRails(workspace.id, [ "contracts", "kyc", "compliance",]);4. Get API Keys
Section titled “4. Get API Keys”const apiKey = await iof.apiKeys.create({ workspaceId: workspace.id, name: "Production Server",});Environments
Section titled “Environments”| Environment | URL | Purpose |
|---|---|---|
| Sandbox | sandbox.islamicopenfinance.com | Testing |
| Production | api.islamicopenfinance.com | Live |
Data Residency
Section titled “Data Residency”Choose your data region:
| Region | Location | Compliance |
|---|---|---|
ap-southeast-1 | Singapore | MAS compliant |
me-south-1 | UAE | CBUAE compliant |
eu-west-1 | Ireland | GDPR compliant |
| Tier | Uptime | Support |
|---|---|---|
| Starter | 99.5% | |
| Growth | 99.9% | Priority |
| Enterprise | 99.99% | Dedicated |
Next Steps
Section titled “Next Steps”- Self-Hosted - Run in your infrastructure
- API Reference - Start integrating