Financial Innovation Through Open Banking APIs

MENA’s Largest Licensed Open Banking Platform

Reach out to us and let's work together!

Please fill in your details to talk more about how we can work together. We’re happy to hear from you and we’ll be in touch right away.

Our Products

Account Information

Real-time access to an array of financial data such as accounts, transactions and balances via Open Banking APIs.

Payment Initiation

Making payments better through direct bank to bank payments with real-time settlements and significantly reduced costs.

You might wonder, why Tarabut Gateway?

Our vast network of Banks and Fintechs include

Some of the best and most advanced financial institutes in the region

Build great experiences with our API

Use our portal to access all the resources you need to create great products and user experiences based on financial data.

Signing up to our sandbox allows you to:

				
					curl --location --request POST 'https://api.sandbox.tarabutgateway.io/auth/v1/token' \
header 'Content-Type: application/json' \
header 'X-TG-CustomerUserId: <customer_user_id>' \
data-raw '{
"client_id": "<your_client_id>",
 "client_secret": "<your client secret>",
 "grant_type": "client_credentials"
}'