Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Payments / Paga Collect API
Paga Collect API logo

Paga Collect API

Official vendor OpenAPI document · agent-readyPaymentsPayment Processingbasic6 EndpointsREST

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 on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Paga Collect API to your agent

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.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fpaga.com%2Fpaga" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fpaga.com%2Fpaga" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic 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.

Capabilities

What an agent can do with Paga Collect API.

Create a payment request

Query payment request status

Refund a payment request (v2)

Refund a payment request (v1)

Get transaction history

Use Cases

Patterns agents use Paga Collect 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.

Key Endpoints

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

POST

/paymentRequest

Create a payment request

POST

/status

Query payment request status

POST

/refund/v2

Refund a payment request (v2)

POST

/refund

Refund a payment request (v1)

POST

/history

Get transaction history

POST

/banks

Get supported banks

POST

/paymentRequest

Create a payment request

POST

/status

Query payment request status

POST

/refund/v2

Refund a payment request (v2)

POST

/refund

Refund a payment request (v1)

POST

/history

Get transaction history

POST

/banks

Get supported banks

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Paga Collect by hand means setting up its HTTP basic auth, choosing between the production collect.paga.com and beta hosts, and building your own retry and error handling. Through Jentic you install once, import the Paga Collect API from the API Directory, store the credentials once, and your agent calls it.

Permission scoping

Permission scoping

Paga Collect takes its targets in the request body rather than the URL path, so limit the agent to the operations it needs, such as creating a payment request or checking its status. Operations like issuing a refund are not included unless you add them.

Credential management

Credential isolation

Your Paga Collect credentials are stored once, encrypted, by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'request a payment' or 'check payment status', and Jentic returns the matching Paga Collect operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

FAQs

Specific to using Paga Collect 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.

Can I limit what my agent is allowed to do with the Paga Collect API?

Yes. Because you run Jentic One yourself, your own rules decide which Paga Collect operations and credentials your agent may use. You can allow only the operations it needs, such as creating a payment request or querying its status, while withholding sensitive ones like issuing a refund or pulling transaction history unless you explicitly add them. Since Paga Collect takes its targets in the request body rather than the URL path, restricting access at the operation level is how you keep the agent from calling anything you have not approved.

GET STARTED

Start building with Paga Collect API

Explore with Jentic One
View OpenAPI Document