Add India wallet manual pay links
This commit is contained in:
parent
80f529c6f2
commit
3fa9222b99
43
h5/manual-pay/20260625-india-wallets/googlepay.html
Normal file
43
h5/manual-pay/20260625-india-wallets/googlepay.html
Normal file
@ -0,0 +1,43 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<title>100 USD India GooglePay</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; }
|
||||
body { margin: 0; min-height: 100vh; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: #f6f7fb; color: #17202a; display: flex; align-items: center; justify-content: center; padding: 24px; }
|
||||
main { width: min(100%, 420px); background: #fff; border: 1px solid #e8ebf2; border-radius: 8px; padding: 22px; box-shadow: 0 10px 24px rgba(15, 23, 42, .08); }
|
||||
h1 { margin: 0 0 16px; font-size: 21px; line-height: 1.25; }
|
||||
.amount { font-size: 30px; font-weight: 700; margin: 10px 0 4px; }
|
||||
.sub { color: #5f6b7a; margin: 0 0 18px; }
|
||||
dl { margin: 0 0 18px; display: grid; grid-template-columns: 112px 1fr; gap: 10px 8px; font-size: 14px; }
|
||||
dt { color: #657285; }
|
||||
dd { margin: 0; word-break: break-all; }
|
||||
button, a.button { width: 100%; border: 0; border-radius: 7px; background: #14d8aa; color: #06251d; font-weight: 700; font-size: 17px; padding: 14px 16px; text-align: center; text-decoration: none; display: block; cursor: pointer; }
|
||||
.hint { margin: 14px 0 0; font-size: 13px; color: #667085; line-height: 1.45; }
|
||||
textarea { width: 100%; min-height: 88px; margin-top: 12px; border: 1px solid #d9dee8; border-radius: 6px; padding: 10px; font-size: 12px; color: #344054; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>GooglePay Payment</h1>
|
||||
<div class="amount">100 USD</div>
|
||||
<p class="sub">India · INR 9,494.00</p>
|
||||
<dl>
|
||||
<dt>Merchant order</dt><dd>1782355674972664011</dd>
|
||||
<dt>MiFaPay order</dt><dd>emvfo84xd00289mqswjt240A10001910</dd>
|
||||
<dt>Channel</dt><dd>Ewallet_GooglePay</dd>
|
||||
</dl>
|
||||
<a class="button" id="payButton" href="gpay://upi/pay?pa=DizisayesSolut362533.airpay@rbl&pn=Dizisayes+Solution+Private+Limited&cu=INR&tn=Pay+to+Dizisayes+Solution+Private+Limited&am=9494.00&mc=7392&mode=04&tr=AIRPAY1969333780">Open GooglePay</a>
|
||||
<p class="hint">If the app does not open automatically, tap the button above on an Android phone with GooglePay installed.</p>
|
||||
<textarea readonly>gpay://upi/pay?pa=DizisayesSolut362533.airpay@rbl&pn=Dizisayes+Solution+Private+Limited&cu=INR&tn=Pay+to+Dizisayes+Solution+Private+Limited&am=9494.00&mc=7392&mode=04&tr=AIRPAY1969333780</textarea>
|
||||
</main>
|
||||
<script>
|
||||
const payUrl = "gpay://upi/pay?pa=DizisayesSolut362533.airpay@rbl&pn=Dizisayes+Solution+Private+Limited&cu=INR&tn=Pay+to+Dizisayes+Solution+Private+Limited&am=9494.00&mc=7392&mode=04&tr=AIRPAY1969333780";
|
||||
document.getElementById("payButton").addEventListener("click", function () { window.location.href = payUrl; });
|
||||
setTimeout(function () { window.location.href = payUrl; }, 600);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
43
h5/manual-pay/20260625-india-wallets/paytm.html
Normal file
43
h5/manual-pay/20260625-india-wallets/paytm.html
Normal file
@ -0,0 +1,43 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<title>100 USD India Paytm</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; }
|
||||
body { margin: 0; min-height: 100vh; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: #f6f7fb; color: #17202a; display: flex; align-items: center; justify-content: center; padding: 24px; }
|
||||
main { width: min(100%, 420px); background: #fff; border: 1px solid #e8ebf2; border-radius: 8px; padding: 22px; box-shadow: 0 10px 24px rgba(15, 23, 42, .08); }
|
||||
h1 { margin: 0 0 16px; font-size: 21px; line-height: 1.25; }
|
||||
.amount { font-size: 30px; font-weight: 700; margin: 10px 0 4px; }
|
||||
.sub { color: #5f6b7a; margin: 0 0 18px; }
|
||||
dl { margin: 0 0 18px; display: grid; grid-template-columns: 112px 1fr; gap: 10px 8px; font-size: 14px; }
|
||||
dt { color: #657285; }
|
||||
dd { margin: 0; word-break: break-all; }
|
||||
button, a.button { width: 100%; border: 0; border-radius: 7px; background: #14d8aa; color: #06251d; font-weight: 700; font-size: 17px; padding: 14px 16px; text-align: center; text-decoration: none; display: block; cursor: pointer; }
|
||||
.hint { margin: 14px 0 0; font-size: 13px; color: #667085; line-height: 1.45; }
|
||||
textarea { width: 100%; min-height: 88px; margin-top: 12px; border: 1px solid #d9dee8; border-radius: 6px; padding: 10px; font-size: 12px; color: #344054; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Paytm Payment</h1>
|
||||
<div class="amount">100 USD</div>
|
||||
<p class="sub">India · INR 9,494.00</p>
|
||||
<dl>
|
||||
<dt>Merchant order</dt><dd>1782355678910535160</dd>
|
||||
<dt>MiFaPay order</dt><dd>h788uve3x00289mqswjw0e0A10001910</dd>
|
||||
<dt>Channel</dt><dd>Ewallet_Paytm</dd>
|
||||
</dl>
|
||||
<a class="button" id="payButton" href="paytmmp://pay?pa=DizisayesSolut362533.airpay@rbl&pn=Dizisayes+Solution+Private+Limited&cu=INR&tn=Pay+to+Dizisayes+Solution+Private+Limited&am=9494.00&mc=7392&mode=04&tr=AIRPAY1969333823">Open Paytm</a>
|
||||
<p class="hint">If the app does not open automatically, tap the button above on an Android phone with Paytm installed.</p>
|
||||
<textarea readonly>paytmmp://pay?pa=DizisayesSolut362533.airpay@rbl&pn=Dizisayes+Solution+Private+Limited&cu=INR&tn=Pay+to+Dizisayes+Solution+Private+Limited&am=9494.00&mc=7392&mode=04&tr=AIRPAY1969333823</textarea>
|
||||
</main>
|
||||
<script>
|
||||
const payUrl = "paytmmp://pay?pa=DizisayesSolut362533.airpay@rbl&pn=Dizisayes+Solution+Private+Limited&cu=INR&tn=Pay+to+Dizisayes+Solution+Private+Limited&am=9494.00&mc=7392&mode=04&tr=AIRPAY1969333823";
|
||||
document.getElementById("payButton").addEventListener("click", function () { window.location.href = payUrl; });
|
||||
setTimeout(function () { window.location.href = payUrl; }, 600);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
43
h5/manual-pay/20260625-india-wallets/phonepe.html
Normal file
43
h5/manual-pay/20260625-india-wallets/phonepe.html
Normal file
@ -0,0 +1,43 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<title>100 USD India PhonePe</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; }
|
||||
body { margin: 0; min-height: 100vh; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: #f6f7fb; color: #17202a; display: flex; align-items: center; justify-content: center; padding: 24px; }
|
||||
main { width: min(100%, 420px); background: #fff; border: 1px solid #e8ebf2; border-radius: 8px; padding: 22px; box-shadow: 0 10px 24px rgba(15, 23, 42, .08); }
|
||||
h1 { margin: 0 0 16px; font-size: 21px; line-height: 1.25; }
|
||||
.amount { font-size: 30px; font-weight: 700; margin: 10px 0 4px; }
|
||||
.sub { color: #5f6b7a; margin: 0 0 18px; }
|
||||
dl { margin: 0 0 18px; display: grid; grid-template-columns: 112px 1fr; gap: 10px 8px; font-size: 14px; }
|
||||
dt { color: #657285; }
|
||||
dd { margin: 0; word-break: break-all; }
|
||||
button, a.button { width: 100%; border: 0; border-radius: 7px; background: #14d8aa; color: #06251d; font-weight: 700; font-size: 17px; padding: 14px 16px; text-align: center; text-decoration: none; display: block; cursor: pointer; }
|
||||
.hint { margin: 14px 0 0; font-size: 13px; color: #667085; line-height: 1.45; }
|
||||
textarea { width: 100%; min-height: 88px; margin-top: 12px; border: 1px solid #d9dee8; border-radius: 6px; padding: 10px; font-size: 12px; color: #344054; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>PhonePe Payment</h1>
|
||||
<div class="amount">100 USD</div>
|
||||
<p class="sub">India · INR 9,494.00</p>
|
||||
<dl>
|
||||
<dt>Merchant order</dt><dd>1782355683067656787</dd>
|
||||
<dt>MiFaPay order</dt><dd>cr8mc869700289mqswjz720A10001910</dd>
|
||||
<dt>Channel</dt><dd>Ewallet_PhonePe</dd>
|
||||
</dl>
|
||||
<a class="button" id="payButton" href="phonepe://pay?pa=DizisayesSolut362533.airpay@rbl&pn=Dizisayes+Solution+Private+Limited&cu=INR&tn=Pay+to+Dizisayes+Solution+Private+Limited&am=9494.00&mc=7392&mode=04&tr=AIRPAY1969333886">Open PhonePe</a>
|
||||
<p class="hint">If the app does not open automatically, tap the button above on an Android phone with PhonePe installed.</p>
|
||||
<textarea readonly>phonepe://pay?pa=DizisayesSolut362533.airpay@rbl&pn=Dizisayes+Solution+Private+Limited&cu=INR&tn=Pay+to+Dizisayes+Solution+Private+Limited&am=9494.00&mc=7392&mode=04&tr=AIRPAY1969333886</textarea>
|
||||
</main>
|
||||
<script>
|
||||
const payUrl = "phonepe://pay?pa=DizisayesSolut362533.airpay@rbl&pn=Dizisayes+Solution+Private+Limited&cu=INR&tn=Pay+to+Dizisayes+Solution+Private+Limited&am=9494.00&mc=7392&mode=04&tr=AIRPAY1969333886";
|
||||
document.getElementById("payButton").addEventListener("click", function () { window.location.href = payUrl; });
|
||||
setTimeout(function () { window.location.href = payUrl; }, 600);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user