Integration Pre-requisites
Before you can test and implement these APIs, you need to complete the below steps in the order at which they're written.
- Create a Business Account on OvalFi sandbox environment : If you already have an OvalFi treasury account for your business and you can access the dashboard, kindly login to retrieve your API credentials. Else, you can create an account hereand set-up your 2-Factor authentication.
-
Make an Access request : Upon successful account creation, kindly initiate a request for your business to be activated & for you to be configured to access the APIs via the Access Request Form
-
Generate your API Keys : These keys include Public keys & tokens, they would be generated and retrieved from the settings module of the OvalFi dashboard. To generate them, you would need to provide a unique key which should be kept secret and not shared.
- Webhook Profiling : Oval sends hook-deck notifications every time the status of a deposit, withdrawal or transfer changes via. To receive such notifications, you’ll need to configure the webhook notifications you require on the
manage webhook
section of the API keys
Note
For security purposes, your keys need to be kept on the server-side and shouldn’t be shared with anyone. Do not commit your secret keys to git, or use them in client-side codes.
Updated 8 months ago