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

LINK
https://qr.sepay.vn/img?acc=ACCOUNT_NUMBER&bank=BANK_NAME&amount=AMOUNT&des=DESCRIPTION
  • Parameter explanation
NameTypeRequiredDescription
ACCOUNT_NUMBER
stringRequired
Bank account number
BANK_NAME
stringRequired
Name of the bank (See list below)
AMOUNT
integerNot required
Transfer amount.
DESCRIPTION
stringNot required
Transfer description.

You can view the list of supported banks here

  • Example 1: QR link with full information (amount and description):
https://qr.sepay.vn/img?acc=0010000000355&bank=Vietcombank&amount=100000&des=donation%20for%20children%20fund
  • The QR Code image will display as:

    QR Code Example 1
    QR Code Example 1
  • Example 2: QR link with only account number and bank name:

https://qr.sepay.vn/img?acc=0010000000355&bank=Vietcombank
  • The QR Code image will display as:
    QR Code Example 2
    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'/>