GALAXY PAY - API Reference Guide
  • Payment Gateway
    • Payment solution
      • General integration steps
      • Modal checkout
        • Integration Guide for Web Desktop & Mobile Browser
      • Merchant checkout
      • Merchant Hosted Checkout
      • Pay with option
      • Pay with token
      • Fast pay
      • Pay with QR
      • Pay with E-Wallet
    • Demo
    • API Specification
      • Integration Keys
      • Definitions
        • Message Structure
        • Signature Algorithm
      • Data Flight
      • PAYMENT
        • Pay
        • Pay with create token
        • Pay with token
        • Pay with Option
        • Pay with QR
        • Checkout(for modal checkout)
        • Payment Link
        • Fast pay
      • TOKENIZATION
        • Merchants
          • Delete Token
        • Customers
          • Query Tokens
          • Remove Token
      • MANAGEMENT
        • Query Transaction
        • Refund Transaction
        • Void Transaction
        • Capture Transaction
      • IPN & CALLBACK
        • Result & IPN Callback
        • Cancel Callback
    • Appendix
      • Response Codes
      • Currencies
      • Domestic Banks
      • International Card Brands
      • eWallets
      • Payment Hubs
        • Apple Pay Validation
      • QR Payment Providers
      • Buy Now Pay Later
      • Test Information
      • Glossary
  • Payment Link
    • IPN callback
  • Archive
    • QR Payment (Old version)
      • API create QR
      • API query status
      • How to test
    • API create PaymentLink
Powered by GitBook
On this page
  • Workflow
  • Customer journey
  • Benefits of Fast pay
  • Integration
  1. Payment Gateway
  2. Payment solution

Fast pay

PreviousPay with tokenNextPay with QR

Last updated 6 months ago

Only apply for International card. APIOperation = FAST_PAY

Fast Pay is a direct payment method that enables the collection of recurring charges without requiring OTP verification from customers, making the payment process quick and seamless.

The system will immediately process the transaction by calling API Pay with the card information or token without redirect customers to an authentication page (OTP challenge page).

With the Fast Pay API, merchant can integrate this method into their system to handle recurring transactions, such as membership fees or subscription services, automatically and securely.

Workflow

Customer journey

The follow sample customer journey is for payment method = INTERNATIONAL CARD:

  1. Customer completes order information and initiates a transaction with a payment method (for example, INTERNATIONAL Card), API Operation = Fast Pay.

  2. Customer enters card information: Card number, Card holder name, card issue date/expired date and CVV. Then clicks "Submit" to proceeds to complete the payment.

  1. Merchant collects the payment details of a payer in the application or website and send the payment details directly to the Galaxy Pay Gateway to process the transaction.

  2. The customer is shown (failed/successful) on merchant website based on the transaction status from Galaxy Pay

Benefits of Fast pay

  1. Optimized Payments: Automated transactions without authentication reduce verification steps and increase processing speed.

  2. Flexible Integration: Integration with any application, website, call center, billing system, or Interactive Voice Response (IVR) system.

  3. Seamless User Experience: Customers don’t need to repeat actions for each recurring transaction, saving time and improving satisfaction.

  4. Stable Cash Flow Management: Automatic collection helps businesses forecast and manage budgets effectively.

  5. Cost Savings: Reduces costs associated with manual verification and minimizes data entry errors.

  6. High Security: No OTP required, yet customer data remains secure.

Integration

View information about terms/definitions in

See integration detail in and API fields in

Glossary
General integration steps
Fast Pay