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


LINK
https://qr.sepay.vn/img?acc=ACCOUNT_NUMBER&bank=BANK_NAME&amount=AMOUNT&des=DESCRIPTION

Parameter Explanation

ACCOUNT_NUMBERstringrequired
Bank account number
BANK_NAMEstringrequired
Name of the bank (See list below)
AMOUNTinteger
Transfer amount
DESCRIPTIONstring
Transfer description

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%20em

The QR Code image will display as:

QR Code Example 1
Click to expand
QR Code Example 1

Example 2: QR link with only account number and bank:

https://qr.sepay.vn/img?acc=0010000000355&bank=Vietcombank

The QR Code image will display as:

QR Code Example 2
Click to expand
QR Code Example 2

Embedding QR Code into Your Website

You can embed using an IMG tag as follows:

HTML
1
<img src='https://qr.sepay.vn/img?acc=ACCOUNT_NUMBER&bank=BANK_NAME&amount=AMOUNT&des=DESCRIPTION'/>