Fintech Core is a backend that ventures (startups) integrate against to run financial operations without building the plumbing themselves. Each venture authenticates with its own API key and gets:
  • Payments — generate hosted Satim/CIB payment links, track status, and refund.
  • Webhooks — receive signed events (PAYMENT_COMPLETED, PAYMENT_REFUSED, …) at one or more endpoints.
  • Clients & accounts — onboard individuals/companies (KYC), open accounts, manage beneficiaries and transfers.

How it fits together

1

Create a venture

An admin registers your venture and issues an API key — see Authentication.
2

Configure webhook endpoints

Add one or more URLs to receive payment events — see Webhooks.
3

Generate a payment link

Call the payments API and redirect the customer to the returned payment_url — see Payments.
4

Get notified

Fintech Core confirms the result with Satim and delivers a signed webhook to your endpoints.

Quickstart

Take your first payment in a few curl commands.

API Reference

Full endpoint reference with a request playground.