The KiiBank Partner API allows users to create programmatic transactions to send money to KiiBank account holders. This documentation provides guidance on how to integrate with our platform.
You'll need to register on the KiiBank Partner Portal and contact our team to activate your API keys before you can begin integration. We'll also invite you to our Slack channel for technical support.
To use our API, please register on the KiiBank Partner Portal and obtain your API keys. Once you have the keys, contact our team so they can set up your environment.
You'll receive a Client ID and Client Secret that will be used for authentication.
Our team will activate your credentials and set up appropriate access levels.
Once your environment is set up, you can start integrating the API. Below are some of the basic functionalities you will need to implement:
Implement OAuth2 authentication to obtain access tokens
Create and re-use sender profiles for transactions
Create, fund, and monitor transaction status
To receive real-time updates on the status of your transactions, you must configure webhooks.
Enter your webhook URL in the Partner Portal under the Live API Credentials page.
Once your implementation is ready, contact our team for validation. Our representatives will test your integration to ensure it meets the requirements. If your integration passes validation, we will provide access to the production environment.
We're excited to have you integrate with our system and are here to assist you along the way. Let us know if you have any questions!
After completing the steps above, proceed to the Payment Examples tab to learn how to implement specific payment scenarios with our API.