Get Started with an SDK
The easiest way to integrate with Dapi and start accepting payments is through our SDKs. Using an SDK has many advantages:
✅ The SDKs offer a level of abstraction and take care of the overhead of setting up an API call with the correct request body and headers. All you need to do is call a function and pass in the required arguments.
✅ The SDKs have built-in logic to handle more complex situations like asking for an OTP from the user during a transfer. When using direct API calls you would be responsible for implementing the logic on your own.
✅ The SDKs have a built-in feature of being able to queue your API calls.
✅ The SDKs support caching.
✅ Some SDKs provide you with optional front-end features, allowing you to have a quicker integration.
✅ The required Connect Layer for login is already set up within the SDK. You will not need to set it up separately.
✅ The SDKs automatically handle retrieving user's permanent accessToken
upon successful login.
We offer the following SDKs:
Sandbox To-Do
If you want to test your integration in our sandbox environment, make sure to also follow the instructions for Get Started with Sandbox
Updated 12 months ago