MTJREE Developer Portalv1.0 Docs
Merchant Console

Developer Quick Start

Learn how to configure your account and start accepting payments via MTJREE API.

MTJREE is a unified payment gateway platform designed to allow digital storefronts, apps, and consultants to process payments via credit cards, Mada, and Apple Pay through a single integration endpoint.

Step 1: Obtain your API Keys

Register a merchant account on the MTJREE Merchant Dashboard, go to Settings, and find your Public API Key and API Secret Key.

Step 2: Authenticate Requests

All requests to the MTJREE initiate endpoint must be authenticated by passing your public API key in the custom header:

X-MTJREE-API-KEY: your_public_api_key_here

Step 3: Test with Sandbox

By default, you can enable Sandbox Mode in your settings database to simulate payment requests without processing real card authorizations. Use the mock simulator card forms to trigger success, pending, or failed transactions.