APIs for Businesses
Home
APIs
  • Checkout/ Deeplink
  • Merchant Proxy
  • Bill24 Hosted
  • Auto Direct Debit
  • KHQR Integration Specification for API
  • Notification API
  • On Boarding Sub Biller API
Home
APIs
  • Checkout/ Deeplink
  • Merchant Proxy
  • Bill24 Hosted
  • Auto Direct Debit
  • KHQR Integration Specification for API
  • Notification API
  • On Boarding Sub Biller API
CHECKOUT/ DEEPLINKMerchant ProxyBill24 HostedAuto Direct DebitKHQR Integration Specification for APINotification APIPayment Method
CHECKOUT/ DEEPLINKMerchant ProxyBill24 HostedAuto Direct DebitKHQR Integration Specification for APINotification APIPayment Method
  1. Payment Method API
  • Payment Method API
    • Overview
    • Response Code
    • MOBILE SDKS
      • iOS SDK
      • Android SDK
    • Authorization
      POST
    • Create Customer
      POST
    • Get Payment Methods
      GET
    • Settle Payment
      POST
    • Get List bills
      GET
    • Get Wallet Balance
      POST
    • Get Transaction Detail
      POST
  • Activate Sub Biller API
    • Overview
    • Response Code
    • Authorization
      POST
    • Onboarding
      POST
    • Get Available Banks
      GET
    • Add Link Account
      POST
    • Verify Linked Bank Account
      POST
  1. Payment Method API

Response Code

Expected Messages for Create Customer#

CodeMessageKh (Khmer)Message (English)
310អតិថិជននេះមានរួចហើយThis customer already exists
319មិនអនុញ្ញាតឱ្យបង្កើតកាបូបលុយច្រើនទេNot allow create multiple wallets
320អតិថិជនអាចមាន 2 wallet យ៉ាងច្រើនបំផុតA customer can have at most 2 wallets
511មុខងារកាបូបលុយអេឡិចត្រូនិចមិនទាន់បានបើកដំណើរការWallet feature not enabled

Expected Messages for Get Payment Methods#

CodeMessage (Khmer)Message (English)
311រកមិនឃើញអតិថិជនCustomer not found

Expected Messages for Settle Payment#

CodeMessage (Khmer)Message (English)
101[total_amount] គួរតែមានតម្លៃស្មើនឹង XThe[total_amount] field must be equal to X
310ម្ចាស់អជីវកម្មពុំទាន់បើកដំណើរការBILLFLOW។សូមបើកដំណើរការជាមុននិងសាកល្បងម្តងទៀតBiller has not enabled BILLFLOW. Please enable and try again
311រកមិនឃើញអតិថិជនCustomer not found
312រកមិនឃើញវិធីបង់ប្រាក់នេះPayment method not found
314Payment Token មិនត្រឹមត្រូវPayment method token invalid
315រកមិនឃើញម្ចាស់អជីវកម្មដែលត្រូវទូទាត់ទៅកាន់Settlement supplier not found
316រកមិនឃើញការភ្ចាប់ការទូរទាត់ រវាងម្ចាស់អជីវកម្មដែលត្រូវទូទាត់ទៅSettlement supplier link not found
317មិនមាន config hash tokenHash token config not found
318Hash token មិនត្រឹមត្រូវInvalid hash token
323វិក្កយបត្របានទូទាត់រួចរាល់Bill(s) already paid.
401កាបូបលុយអេឡិចត្រូនិចសមតុល្យមិនគ្រប់គ្រាន់សូមធ្វើការបញ្ចូលលុយដើម្បីបន្តការទូទាត់Insufficient balance in the wallet toproceed with payment.
612មានបញ្ហាពេលផ្ទេរសាច់ប្រាក់Transfer between wallet has problem

Expected Messages for Get List bills#

CodeMessage (Khmer)Message (English)
311រកមិនឃើញអតិថិជនCustomer not found

Expected Messages for Get Wallet Balance#

CodeMessage (Khmer)Message (English)
311រកមិនឃើញអតិថិជនCustomer not found

Expected Messages for Transaction Detail#

CodeMessage (Khmer)Message (English)
313រកមិនឃើញប្រតិបត្តិការTransaction Not Found

Previous
Overview
Next
iOS SDK