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:

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

Was this helpful?