Getting Started with DOKU API

Welcome to the DOKU API reference documentation, your comprehensive guide to seamlessly integrate our Payment Gateway, Wallet, Billing, and other services into your applications.

๐Ÿš€ Unlock the Power of Seamless Transactions with DOKU API: Your Gateway to Smarter Commerce ๐Ÿš€

Welcome, savvy merchants, to the future of frictionless transactions! If you're ready to elevate your business game, then DOKU's API is your golden ticket. ๐ŸŒโœจ

๐Ÿ”— Dive into the World of DOKU: https://www.doku.com/

In the dynamic landscape of modern commerce, mastering the art of seamless transactions is non-negotiable. That's where DOKU steps in, revolutionizing the way you handle payments and transactions. To ensure you harness the full potential of our offerings, we present to you the key to unlocking a world of possibilities: our API reference.

๐Ÿ’กExplore the DOKU API Reference:

Ready to take the plunge? Our comprehensive API reference is your go-to guide for navigating the intricacies of DOKU's offerings. Gain insights into authentication, endpoints, and data formats, ensuring a smooth integration that aligns perfectly with your business requirements.

๐Ÿš€Top Tips for Developers:

Dive into Documentation: Familiarize yourself with our API documentation, offering detailed insights into every aspect of integration.

Test in Sandbox: Utilize our sandbox environment to test your integration before going live. It's the perfect playground to ensure everything runs like clockwork.

Stay Updated: Subscribe to our updates to stay in the loop about the latest features, enhancements, and best practices for optimizing your integration.

Ready to transform the way you transact? Let's make it happen with DOKU's API!

Try your first request ๐Ÿš€๐ŸŒ๐Ÿ’ผ

To make your first request, choose any payment channels on this Demo Site https://sandbox.doku.com/demo/

Take a look at how you might call this method using our official demosite.

{
    "order": {
        "invoice_number": "INV-20210124-0001",
        "amount": 150000
    },
    "virtual_account_info": {
        "billing_type": "FIX_BILL",
        "expired_time": 60,
        "reusable_status": false,
        "info1": "Merchant Demo Store",
        "info2": "Thank you for shopping",
        "info3": "on our store"
    },
    "customer": {
        "name": "Jessica Tessalonika",
        "email": "jessica@example.com"
    }
}

Last updated