forked from onur-cebeci/Node.js-Iyzico-Iyzipay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 982 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<title>iyzico Mock 3D-Secure Processing Page</title>
</head>
<body>
<form id="iyzico-3ds-form" action="https://sandbox-api.iyzipay.com/payment/mock/init3ds" method="post">
<input type="hidden" name="orderId" value="mock12-7957435702130111iyziord">
<input type="hidden" name="bin" value="552879">
<input type="hidden" name="successUrl"
value="https://sandbox-api.iyzipay.com/payment/iyzipos/callback3ds/success/3">
<input type="hidden" name="failureUrl"
value="https://sandbox-api.iyzipay.com/payment/iyzipos/callback3ds/failure/3">
<input type="hidden" name="confirmationUrl" value="https://sandbox-api.iyzipay.com/payment/mock/confirm3ds">
<input type="hidden" name="PaReq" value="2dfb0519-06ec-4fad-9fcd-09d173388201">
</form>
<script type="text/javascript">
document.getElementById("iyzico-3ds-form").submit();
</script>
</body>
</html>