- 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
Create a venture
An admin registers your venture and issues an API key — see Authentication.
Configure webhook endpoints
Add one or more URLs to receive payment events — see Webhooks.
Generate a payment link
Call the payments API and redirect the customer to the returned
payment_url — see Payments.Quickstart
Take your first payment in a few curl commands.
API Reference
Full endpoint reference with a request playground.