Overview
Swerv Payouts API allows businesses to automate and manage payout processes efficiently, ensuring fast, secure, and reliable transactions. This guide covers how to create a payout and retrieve payout details using our API
Supported Currencies
The Swerv Payouts API currently supports the following currencies:
• Nigerian Naira (NGN)
• United States Dollar (USD) (🚧 Coming Soon)
• Euro (EUR) (🚧 Coming Soon)
• British Pound (GBP) (🚧 Coming Soon)
Supported Banks for Naira Bank Transfer
The Swerv Payouts API currently supports the following banks for Naira Bank Transfer:
Bank Name | Bank Code |
---|---|
Access Bank | 044 |
Citibank | 023 |
Diamond Bank | 063 |
Ecobank Nigeria | 050 |
Fidelity Bank Nigeria | 070 |
First Bank of Nigeria | 011 |
First City Monument Bank | 214 |
Guaranty Trust Bank | 058 |
Retrieve the full list of supported banks using the list banks endpoint.
Create a Payout
To initiate a payout, use the create payout endpoint. This method allows you to send funds to a specified bank account. We currently support:
• Naira Bank Transfer
Parameters
A unique bank code.
The recipient’s bank account number.
The total payout amount in the smallest currency unit (e.g., cents, kobo).
The three-letter ISO currency code in uppercase.
A unique identifier for the transaction.
A description for the transaction, to appear on the recipient’s statement.
Request Body
Provide details of the payout, including the recipient’s bank information, amount, and currency
Get a Payout
Retrieve details of a specific payout using its unique ID with the get payout endpoint.
Path Parameters
The unique identifier of the payout to retrieve.
Was this page helpful?