# Pooler Developer Documentation ## Docs - [Overview](https://docs.usepooler.com/api-changelog/introduction.md): Stay up-to-date with the latest changes to Pooler APIs - [Create Corporate Virtual Account](https://docs.usepooler.com/api-reference/accounts/create-corporate-virtual-account.md): Create a new corporate virtual account for receiving payments. Virtual accounts can be used to collect payments from customers. - [Create Individual Virtual Account](https://docs.usepooler.com/api-reference/accounts/create-individual-virtual-account.md): Create a new individual virtual account for receiving payments. Virtual accounts can be used to collect payments from customers. - [List Virtual Accounts](https://docs.usepooler.com/api-reference/accounts/list-virtual-accounts.md): Retrieve a paginated list of all virtual accounts associated with your account. - [Payout Virtual Account](https://docs.usepooler.com/api-reference/accounts/payout-virtual-account.md): Initiate a payout from a virtual account to transfer collected funds to a recipient bank account. This endpoint allows you to settle all collections from virtual accounts you have created. - [Retrieve Virtual Account](https://docs.usepooler.com/api-reference/accounts/retrieve-virtual-account.md): Retrieve detailed information about a specific virtual account by its ID. - [Get Account Details](https://docs.usepooler.com/api-reference/business/get-account-details.md): Retrieve detailed information about your business account including balance, status, and payment configuration. - [Get Merchant Coverages](https://docs.usepooler.com/api-reference/business/get-merchant-coverages.md): Retrieve a list of currency coverages available for your merchant account. - [Get Quotes](https://docs.usepooler.com/api-reference/fx/get-quotes.md): Retrieve foreign exchange quotes for currency conversions. - [Get Rates](https://docs.usepooler.com/api-reference/fx/get-rates.md): Retrieve current foreign exchange rates for supported currencies. - [Introduction](https://docs.usepooler.com/api-reference/introduction.md): Pooler Developer API - Complete documentation for payment and financial services - [Confirm Payment](https://docs.usepooler.com/api-reference/payments/confirm-payment.md): Complete a payment transaction that was previously initiated. Requires the quote_id and reference from the initiate response. - [Create Payment](https://docs.usepooler.com/api-reference/payments/create-payment.md): Initiate a new payment transaction. This endpoint creates a payment quote that must be confirmed using the complete endpoint. - [List Payments](https://docs.usepooler.com/api-reference/payments/list-payments.md): Retrieve a paginated list of all payment transactions for your account. - [Query Payment Status](https://docs.usepooler.com/api-reference/payments/query-payment-status.md): Query the status of a payment transaction using its reference number. - [Reject Payment](https://docs.usepooler.com/api-reference/payments/reject-payment.md): Reject a pending payment transaction. Optionally provide a reason for rejection. - [Retrieve Payment](https://docs.usepooler.com/api-reference/payments/retrieve-payment.md): Retrieve detailed information about a specific payment transaction by its ID. - [Create Recipient](https://docs.usepooler.com/api-reference/recipients/create-recipient.md): Create a new payment recipient. Recipients are bank accounts or payment destinations that you can send payments to. - [Edit Recipient](https://docs.usepooler.com/api-reference/recipients/edit-recipient.md): Update an existing payment recipient's information. - [List Recipients](https://docs.usepooler.com/api-reference/recipients/list-recipients.md): Retrieve a paginated list of all payment recipients associated with your account. - [Retrieve Recipient](https://docs.usepooler.com/api-reference/recipients/retrieve-recipient.md): Retrieve detailed information about a specific payment recipient by its ID. - [Get Supported Corridors](https://docs.usepooler.com/api-reference/utilities/get-supported-corridors.md): Retrieve a list of supported payment corridors (country and currency combinations) for payouts. - [Global Institution List](https://docs.usepooler.com/api-reference/utilities/global-institution-list.md): Retrieve a comprehensive list of financial institutions (banks) supported by the platform, optionally filtered by country. - [Nigerian Name Enquiry](https://docs.usepooler.com/api-reference/utilities/nigerian-name-enquiry.md): Query the account name associated with a Nigerian bank account number. This uses the NIP (Nigerian Interbank Payment) system. - [List Events](https://docs.usepooler.com/api-reference/webhooks/list-events.md): Retrieve a paginated list of webhook events that have been generated for your account. - [Trigger Events](https://docs.usepooler.com/api-reference/webhooks/trigger-events.md): Manually trigger a webhook event to be sent again. Useful for testing or retrying failed webhook deliveries. - [Coverages](https://docs.usepooler.com/guides/business/coverages.md): Pooler payment coverage across African countries - supported regions, payout channels, and timelines - [Prefunded Float](https://docs.usepooler.com/guides/business/prefunded-float.md): Understanding and setting up prefunded float for your Pooler account - [Go-Live Checklist](https://docs.usepooler.com/guides/getting-started/go-live-checklist.md): Complete checklist to prepare your Pooler integration for production - [Introduction](https://docs.usepooler.com/guides/getting-started/introduction.md): Welcome to Pooler - Your gateway to seamless cross-border payments and financial services - [Quickstart](https://docs.usepooler.com/guides/getting-started/quickstart.md): Get started with Pooler in minutes - Access your dashboard, configure webhooks, and test payments - [Conversion Rates](https://docs.usepooler.com/guides/payments/conversion-rates.md): Understanding currency conversion rates and how they work in Pooler - [Overview](https://docs.usepooler.com/guides/payments/overview.md): Understanding payments and how they work in Pooler - [Payment Flows](https://docs.usepooler.com/guides/payments/payment-flows.md): Detailed explanation of payment flows and processing in Pooler - [Route Management](https://docs.usepooler.com/guides/payments/route-management.md): Understanding payment routes and how Pooler optimizes payment routing - [Recipient Management](https://docs.usepooler.com/guides/recipients/overview.md): Understanding payment recipients and how to manage them in Pooler - [Account Management](https://docs.usepooler.com/guides/virtual-accounts/account-management.md): Advanced techniques for managing virtual accounts effectively - [Overview](https://docs.usepooler.com/guides/virtual-accounts/overview.md): Understanding virtual accounts and how they work in Pooler - [Overview](https://docs.usepooler.com/guides/webhooks/overview.md): Understanding webhooks and how to receive real-time notifications from Pooler - [Signature Security](https://docs.usepooler.com/guides/webhooks/signature-security.md): How to verify webhook signatures to ensure requests are from Pooler ## OpenAPI Specs - [openapi](https://docs.usepooler.com/api-reference/openapi.json)