August 2022
We've updated our APIs, and the new endpoints in this version are quicker and more effective.
The base URLs for our V2 API Endpoints are https://api.fincra.com/v2 for the live environment and https://sandboxapi.fincra.com/v2 for the test environment.
The following APIs have been renamed: disbursement is now payout and collections is nowpayins.
New names and updates have been made to the following endpoints:
/disbursements/payouts is now v2/payouts
/virtual-accounts/requests is now v2/accounts
/collections is now v2/payins.
Developers can now request virtual accounts for both main and sub-accounts from just one endpoint (v2/accounts) instead of the old scenario of different endpoints for main and sub-accounts.
Happy Integrations
NOVEMBER 9, 2022
When requesting a corporate virtual account in any currency except NGN, the KYCInformation.email email parameter is now required. This change affects the create virtual account endpoint /profile/virtual-accounts/requests
NOVEMBER 25,2022
The virtual account endpoint below has been deprecated :
/profile/virtual-accounts/business/{businessId}/sub-accounts/{subAccountId}/requests/auto
Kindly make use of the new endpoint :
/profile/virtual-accounts/business/{businessId}/sub-accounts/{subAccountId}/requests
December 4,2022
Requests for corporate NGN accounts now have a new parameter called bvnName . Read more here