1. Payment Flow Diagrams
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
  1. Payment Flow Diagrams

Payment Flow with Saved Card

Description: This flow demonstrates the complete payment process for a registered customer using a previously saved card token. The customer must be identified by customerId during intent creation, which enables card management operations.
Key Details:
Authentication: Uses Secret Key for intent creation, Public Key for client-side operations
customerId: Required for saved cards; enables customerToken generation
Card Token: Encrypted stored card reference; requires CVV for each transaction
3DS Flow: Most card transactions redirect to bank's 3D Secure page
Security: CVV is never stored; only provided during confirmation
Previous
Callback Mechanism
Next
Payment Flow without Customer ID (Anonymous/Guest Checkout)