Payment Gateway Docs
    • Welcome to the Ojire SDK Documentation
    • Callback Mechanism
    • Payment Flow Diagrams
      • Payment Flow with Saved Card
      • Payment Flow without Customer ID (Anonymous/Guest Checkout)
      • Payment Flow with QRIS
      • Payment Flow with Virtual Account
      • Payment Flow with WeChat Pay
      • Payment Flow with Alipay
    • How to install SDK
      • Javascript
      • React Native
      • Kotlin / Java
      • Swift
    • Payment Intents
      POST

    Welcome to the Ojire SDK Documentation

    Welcome! This documentation is designed to help you integrate the Ojire SDK into your projects with ease. Whether you are building for web, mobile, or server-side applications, you'll find everything you need to get up and running here.

    🚀 Getting Started#

    The Ojire SDK provides a robust set of tools and APIs to streamline your development workflow. From authentication to real-time data processing, we’ve got you covered.

    Key Features#

    Plug-and-Play Integration: Get started with just a few lines of code.
    High Performance: Optimized for low latency and high scalability.
    Secure by Design: Built-in industry-standard encryption and security protocols.
    Cross-Platform Support: Consistent behavior across various environments.

    📚 Documentation Sections#

    SectionDescription
    AuthenticationHow to securely connect and manage user sessions.
    Core APIDeep dive into the main functions and classes.
    Best PracticesTips on how to optimize your implementation.
    Error HandlingUnderstanding error codes and troubleshooting.

    Note: Make sure to keep your api key private. Never commit it to public repositories or expose it on the client side without proper restrictions.

    Next
    Callback Mechanism