Virtual Account
Create Individual Account
POST {{baseUrl}}/api/v2/client/wallet/individual/create
Create Corporate Account
POST {{baseUrl}}/api/v2/client/wallet/corporate/create
Account Details
GET {{baseUrl}}/api/v2/client/wallet?account_number=001261****
account_number
string
virtual account number
Financial Institutions
GET {{baseUrl}}/api/v2/client/wallet/financial_institutions
Name Enquiry
GET {{baseUrl}}/api/v2/client/wallet/name_enquiry?account_number=9038299384&bank_code=999461
Query Parameters
account_number
string
bank account number
bank_code
string
nibss bank code
Transfer
POST {{baseUrl}}/api/v2/client/wallet/transfer
TSQ
GET {{baseUrl}}/api/v2/client/wallet/transaction/{transactionReference}
Transactions
GET {{baseUrl}}/api/v2/client/wallet/transactions?account_number=9038299384&start_date=2025-03-15&end_date=2025-03-21&page=1&page_size=10
Query Parameters
account_number
string
account no
start_date
date (yyyy-mm-dd)
start date of the transaction
end_date
date (yyyy-mm-dd)
end date of the transaction
page
number
page number (default 1)
page_size
number
page size number (default 10)
Last updated
Was this helpful?