Create and Embed QR Code
Generate and embed QR images into your website so customers can scan and transfer money via their banking app.
What is a QR Code image?
A QR Code image contains all information about the bank, beneficiary account number, transfer amount, and transfer description.
When customers use their banking app to scan the QR Code, the app will automatically fill in all transfer details — very convenient.
With QR Code integration, customers no longer need to manually enter transfer details. This improves user experience and speeds up the payment process.
SePay provides a tool to help you generate dynamic QR Code images at qr.sepay.vn
Embedded Link Structure
LINK
https://qr.sepay.vn/img?acc=ACCOUNT_NUMBER&bank=BANK_NAME&amount=AMOUNT&des=DESCRIPTION- Parameter explanation
| Name | Type | Required | Description |
|---|---|---|---|
ACCOUNT_NUMBER | string | Required | Bank account number |
BANK_NAME | string | Required | Name of the bank (See list below) |
AMOUNT | integer | Not required | Transfer amount. |
DESCRIPTION | string | Not required | Transfer description. |
You can view the list of supported banks here
- Example 1: QR link with full information (amount and description):
The QR Code image will display as:

QR Code Example 1 Example 2: QR link with only account number and bank name:
- The QR Code image will display as:

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