Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Point Of Sale
  3. POS Thai QR30 - SCB v 18.0
  4. Sales Conditions FAQ

POS Thai QR30 - SCB

by Chanuwat NC
Odoo
v 18.0 Third Party 75
Download for v 18.0 Deploy on Odoo.sh
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • Point of Sale (point_of_sale)
• Discuss (mail)
• Inventory (stock)
• Invoicing (account)
Lines of code 860
Technical Name pos_qr30_scb
LicenseAGPL-3
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • Point of Sale (point_of_sale)
• Discuss (mail)
• Inventory (stock)
• Invoicing (account)
Lines of code 860
Technical Name pos_qr30_scb
LicenseAGPL-3

Point of Sale QR30 Integration - SCB

The Point of sale QR30 module provides integration with SCB's qr code payment service via Thai QR Code Tag 30 (QR 30). It allows the POS system to validate a customer payment with the callback url from the bank when a customer pays by scanning a QR code with a Thai bank's mobile application.

This module collects the following data from the bank. Please check the PDPA law.

  • Transaction id
  • Payer's bank
  • Payer account name
  • Payer account number

Supported features

  • Direct payment flow
  • Automatic payment confirmation
  • Manual payment confirmation
  • Payment limits (min-max)
  • Payment fee
  • QR code on Customer Display

Technical details

API: SCB Standard Checkout (https://developer.scb.co.th/#/documents/documentation/qr-payment/thai-qr.html)

SDK: SCB Development App (https://developer.scb.co.th/#/documents/documentation/basics/getting-started.html)

This module requires API key and secret from SCB. You should register with SCB to get them.

When the Send button is clicked, a server-to-server API call is made to create the qr code. When the payment is made, the system receives notification from SCB via a callback endpoint(/pos_qr/notification) and the payment is confirmed automatically.

The payment confirmation is sent to a web client via webhook. Make sure the proxy allows this.

Compatibility

  • Odoo 18

Configuration

First, you need to create a payment for POS. To configure this module, you need to:

  • Go to Point of Sale > Configuration > Payment Methods > New

    Configuration
  • Original setup

    • Set the method name
    • Assign a journal
    • Integration: Select "Bank App (QR Code)"
    • QR Code Format: Select "QR Tag 30"
  • Additional setup

    • "Bank" is fixed as SCB.
    • "Name" can be shop name or any text you want to display with the QR code.
    • "Enable Callback" is to allow callback from SCB.
    • "Callback URL" is the callback endpoint in Odoo system. Copy the generated value and put it in SCB configuration.

      SCB Configuration
    • "Biller ID" is provided by SCB in merchant profile menu.
    • "Ref 3 Prefix" is also in merchant profile.

    • "API Key" is from Application menu.

    • "API Secret" is also from application.

    • "Base url" is the url prefix to the endpoints. The default value is for sandbox environment.

    • "Customer Fee" is the service charge for this payment. Set it as you'd like.

    • "Fix Payment Product" is the product to associate with "Customer Fee". You can create a new service type product. This product appears in the receipt.

      Receipt
  • (Optional) Click Test Connection to test the configuration.

  • Add this new payment method to your Point of Sale shop.

Usage

To use this payment,

  • After checking out, select the payment method associated with QR tag 30 and click send.

    Select Payment Method
  • The qrcode popup will appears.

    QR Code popup
  • After the payment is confirmed, the system will automatically navigate to receipt screen.

    • User can hide the popup and process another order while waiting for payment. In this case, the payment is marked as paid and the user can click on "Validate" to proceed to receipt screen.
    • User can confirm the payment manually by clicking on the "Manually confirm payment" button.
  • The difference of closing and cancel button in qrcode popup.

    • Closing popup with (X) in the top right corner is just hiding the popup. You can reopen it with the same QR code data. Customer can still pay with the same qrcode.
    • Cancel Payment button however, voids the qr code. If the user make a payment, it does NOT register within the system. You can generate a new QR code.

To view payment history,

Go to Point of Sale > Orders > Payment

  • Here you can see a list of payments made group by their payment method

  • Click to view full information

    Full payment history

Module history

  • 18.0
    • Released

Testing instructions

Payments must be made using a separate sandbox account (https://developer.scb.co.th/#/management/apps).

Read more at https://developer.scb.co.th/#/documents.

Bug Report

You may report issues in github (https://github.com/ncharlie/pos_qr30/issues).

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
  • Ratings
  • Discuss
There are no ratings yet!
by
kasidech
on 2/3/25, 10:48 PM

ต้องเสียค่าบริการรายเดือนหรือไม่ครับ.


Re:
by
Charlie
on 2/26/25, 3:32 AM Author

ไม่มีค่าบริการสำหรับการใช้งาน module ครับ แต่ผู้ใช้ต้องติดต่อธนาคารเพื่อขอเชื่อมต่อ API ซึ่งอาจจะมีค่าบริการในส่วนของธนาคารครับ


Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with