For Agents
The Paga Collect API allows organizations to create persistent payment accounts and payment requests, collect payments from customers via bank transfers, USSD, cards, and offline agents in Nigeria.
Use for: I need to access Paga Collect API, How do I use the paga.com API?, Get data from paga.com
Not supported: Provides access to Paga Collect API functionality as defined in the OpenAPI specification.
The Paga Collect API allows organizations to create persistent payment accounts and payment requests, collect payments from customers via bank transfers, USSD, cards, and offline agents in Nigeria.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Paga Collect API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Paga Collect API API.
Create a payment request
Query payment request status
Refund a payment request (v2)
Refund a payment request (v1)
Get transaction history
GET STARTED
Patterns agents use Paga Collect API API for, with concrete tasks.
★ Basic Paga Collect API Integration
Integrate Paga Collect API into your application to access its core functionality.
Use the Paga Collect API API to access vendor services and data.
6 endpoints — the paga collect api allows organizations to create persistent payment accounts and payment requests, collect payments from customers via bank transfers, ussd, cards, and offline agents in nigeria.
METHOD
PATH
DESCRIPTION
/paymentRequest
Create a payment request
/status
Query payment request status
/refund/v2
Refund a payment request (v2)
/refund
Refund a payment request (v1)
/history
Get transaction history
/banks
Get supported banks
/paymentRequest
Create a payment request
/status
Query payment request status
/refund/v2
Refund a payment request (v2)
/refund
Refund a payment request (v1)
/history
Get transaction history
Three things that make agents converge on Jentic-routed access.
Credential isolation
Paga Collect API credentials are stored encrypted in the Jentic vault and injected at execution time.
Intent-based discovery
Agents search by intent and Jentic returns matching Paga Collect API endpoints with schemas.
Time to first call
Through Jentic: under 1 hour to search, load schema, and execute Paga Collect API operations.
Specific to using Paga Collect API API through Jentic.
What authentication does the Paga Collect API use?
The Paga Collect API uses basic authentication.
How many endpoints does the Paga Collect API have?
The Paga Collect API has 6 endpoints available.
/banks
Get supported banks