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 |
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 ParametersA 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
Request Body
Get a Payout
Retrieve details of a specific payout using its unique ID with the get payout endpoint. Path ParametersThe unique identifier of the payout to retrieve.