-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmenu.php
More file actions
74 lines (66 loc) · 3.11 KB
/
Copy pathmenu.php
File metadata and controls
74 lines (66 loc) · 3.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?php
ini_set('display_errors',1);
error_reporting(E_ERROR );
include ("Settings.php");
include ("helper.php");
include ("base.php");
include ("restHttpCaller.php");
include ("BinNumberInquiryRequest.php");
include ("BinNumberInquiryRequestV4.php");
include ("BankCardInquiryRequest.php");
include ("ApiPaymentRequest.php");
include ("Api3DPaymentRequest.php");
include ("BankCardCreateRequest.php");
include ("BankCardDeleteRequest.php");
include ("PaymentInquiryRequest.php");
include ("LinkPaymentCreateRequest.php");
include ("LinkPaymentListRequest.php");
include ("LinkPaymentDeleteRequest.php");
include("PaymentRefundInquiryRequest.php");
include("CreatePaymentRefundRequest.php");
include("CheckoutFormRequest.php");
?>
<html lang="tr">
<head>
<title>iPara Developer Portal</title>
<link href="Content/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="Content/Site.css" rel="stylesheet" type="text/css"/>
<meta charset="UTF-8">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<img src="Content/ipara-logo.svg" width="100" height="100" />
<ul class="nav navbar-nav">
<li><a href="Api3DPayment.php">Tek Adımda 3D Ödeme</a></li>
<li><a href="ApiPayment.php">(Non-3d) Ödeme</a></li>
<li><a href="PaymentInquiry.php">Ödeme Sorgulama</a></li>
<li><a href="binInquiry.php">Bin Sorgulama</a></li>
<li><a href="binInquiryV4.php">Bin Sorgulama V4</a></li>
<li><a href="AddCardToWallet.php">Cüzdana Kart Ekle </a></li>
<li><a href="GetCardFromWallet.php">Cüzdandaki Kartları Listele</a></li>
<li><a href="DeleteCardFromWallet.php">Cüzdandan Kart Sil</a></li>
<li><a href="ApiPaymentWithWallet.php">Cüzdandaki Kart Tek Tıkla Ödeme</a></li>
<li><a href="Api3DPaymentWithWallet.php">Cüzdandaki Kart Tek Tıkla 3D Ödeme</a></li>
<li><a href="LinkPaymentCreate.php">Link İle Ödeme (Link Gönderim)</a></li>
<li><a href="LinkPaymentList.php">Link İle Ödeme (Link Sorgulama)</a></li>
<li><a href="LinkPaymentDelete.php">Link İle Ödeme (Link Silme)</a></li>
<li><a href="CreatePaymentRefund.php">İade Oluşturma</a></li>
<li><a href="PaymentRefundInqury.php">İade Sorgulama</a></li>
<li><a href="CheckoutFormCreate.php">Checkout From Oluşturma</a></li>
</ul>
</div>
</div>
</div>
<div class="container body-content">
<br />
<br />
<br />