www.pp-qr.com

สร้าง QR Code PromptPay

ง่ายๆ ในไม่กี่วินาที

สร้าง QR Code สำหรับรับชำระเงินผ่าน PromptPay ได้ทันที ไม่ต้องติดตั้งแอพ ไม่ต้องลงทะเบียน สร้างฟรี ไม่มีค่าใช้จ่าย

สร้าง QR Code
* ไม่เกินครั้งละ 10,000 บาท
สามารถสร้าง QR ผ่าน API ได้ที่ https://www.pp-qr.com/api/[เลขพร้อมเพย์]/[จำนวนเงิน]
แบบใช้กับ img tag ของ HTML Code

                <img src='https://www.pp-qr.com/api/image/0868776053/10' alt="QR Code" width={200} height={200} />
              
แบบต่อผ่าน API

                //
                // CODE ตัวอย่าง สร้าง QR Code ผ่าน API (React)
                //
                export default function Home() {
                  const [qrCode, setQrCode] = useState("");
                  const promptpay = '0889977665';
                  const amount = 0;

                  const handleCreateQR = async () => {
                    const response = await axios.get(`www.pp-qr.com/api/${promptpay}/${amount}`);
                    
                    if (response.status === 200) {
                      setQrCode(response.data.qrImage);
                    } else {
                      alert(response.data.error);
                    }
                  }
                
                  render (
                    <img src='qrCode' />
                  )
                }
              

รวดเร็ว

สร้าง QR Code ได้ทันที ไม่ต้องรอ

ปลอดภัย

โอนตรงจากบัญชีต้นทาง ไปปลายทางทันที

ใช้งานง่าย

ไม่ต้องติดตั้งแอพ ไม่ต้องลงทะเบียน

จำนวน QR Code ที่สร้าง...อัน