Generate and Embed QR Code
Generate QR images and embed QR codes into your website so customers can use their banking app to scan and transfer money.
What is a QR Code Image?
-
A QR Code image contains all the information about the bank, beneficiary account number, transfer amount, and transfer description.
-
When customers use their banking app to scan the code, the app will automatically fill in all the transfer details, which is very convenient.
-
By integrating QR Code, customers won't need to manually enter transfer information. This improves customer experience and speeds up payment transfers.
-
SePay provides a tool to help you generate dynamic QR Code images at qr.sepay.vn
Embed Link Structure
https://qr.sepay.vn/img?acc=ACCOUNT_NUMBER&bank=BANK_NAME&amount=AMOUNT&des=DESCRIPTION
Parameter Explanation
You can view the list of supported banks here
Usage Examples
Example 1: QR link with full amount and description:
https://qr.sepay.vn/img?acc=0010000000355&bank=Vietcombank&amount=100000&des=ung%20ho%20quy%20bao%20tro%20tre%20emThe QR Code image will display as:

Example 2: QR link with only account number and bank:
https://qr.sepay.vn/img?acc=0010000000355&bank=VietcombankThe QR Code image will display as:

Embedding QR Code into Your Website
You can embed using an IMG tag as follows:
<img src='https://qr.sepay.vn/img?acc=ACCOUNT_NUMBER&bank=BANK_NAME&amount=AMOUNT&des=DESCRIPTION'/>