API360 is a unified integration gateway for digital banking and financial
services. It streamlines API consumption, reduces integration time, and
provides a scalable, consistent way to exchange data with multiple
financial institutions and service providers.
API360 organizes its capabilities into
Services, each
containing multiple
Endpoints.
A Service
represents a business function (e.g., Payments, Accounts, KYC).
An Endpoint is
the specific operation you can perform within that service (e.g.,
"Create Transfer," "Get Account Balance," "Validate National ID").
Each endpoint has its own request/response structure, authentication
requirements, and error-handling logic, promoting a modular approach to
integration.
API360 uses callback URLs for operations that require more time or
external verification. You'll receive notifications when:
A request is completed,
A status changes,
Additional action is needed (e.g., user verification).
You must configure a secure, publicly accessible endpoint to receive these
callbacks. Callback payloads are signed or tokenized to verify
authenticity and prevent spoofing.