API Changelog π
Stay up-to-date with the latest changes on our APIs
AUGUST 15 2022
RELEASE OF FINCRA VERSION 2.0
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 nowpayout
andcollections
is nowpayins
.
New names and updates have been made to the following endpoints:
/disbursements/payouts
is nowv2/payouts
/virtual-accounts/requests
is nowv2/accounts
/collections
is nowv2/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
Updated 2 months ago