Bokumonie API Docs
    • Bokumonie API Documentation
    • Auth
      • Authentication
        GET
    • Payout
      • Initiate payout
        POST
      • Get a Payout
        GET
      • Get Payout Summary
        POST
      • Get payouts
        GET
    • Wallet
      • Get Balance
        GET
    • Webhook Notification

    Bokumonie API Documentation

    Version: 2.0
    Base URL: (e.g., https://api.bokumonie.com )
    Official Documentation: https://docs.bokumonie.com
    Bokumonie is the gateway to truly borderless payments. Whether you are managing accounts or triggering payouts to banks, mobile wallets and more, our API infrastructure provides one interface for every corridor.
    Designed for safety and scale, we implement Bearer Token authentication and Idempotency Keys to ensure every transaction is secure and unique. With standard REST principles and rich metadata support, Bokumonie gives you the flexibility of a custom build with the reliability of a global network.

    Live and Test Modes#

    You can work in two completely separate environments:
    Live mode — Execute real-time transactions and move actual funds across global banking and mobile money networks.
    Test mode — A secure sandbox environment to build, iterate, and simulate payments without affecting real accounts.
    The api key you use determines the mode: live keys start with bok_live_ and test key start with bok_test_.
    Screenshot 2026-04-05 at 8.08.24 AM.png
    Modified at 2026-04-06 07:36:58
    Next
    Auth
    Built with