V

vivek2281

Member

Last active last year

  1. last year
    Tue Sep 13 10:44:33 2022
    V vivek2281 started the conversation Error in UPI payment link.

    i create a apk
    all file in local folder not in webserver
    i want to create upi payment link

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>upi pay</title>
    </head>
    <body><br>
        <a href="upi://pay?pa=9876543210@upi&pn=VIVEK&cu=INR" id="__UPI_BUTTON__" style="background: #ff912f;border: 2px solid #8a4100;padding: 10px;text-decoration: none;color: white;font-size: larger;border-radius: 10px;">Pay using UPI</a>
    </body>
    </html>

    but i got error page
    https://prnt.sc/Qlfz_zxRUpIe
    plz help
    -image-

  2. Tue Sep 13 10:31:08 2022
    V vivek2281 joined the forum.