Skip to main content
Version: 1.0.0

KODIPAY API Documentation

KODIPAY supports wallet, mobile money, and card payments. Authenticate via OAuth2 Bearer token obtained from POST /oauth/token.

Authentication

Obtain a Bearer token via POST /oauth/token using the client_credentials grant. For this V1, only send grant_type, client_id, and client_secret. Send the token as Authorization: Bearer {token}. For payment and top-up creation, your reference must be unique for your merchant account.

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer