Skip to content

Commit

Permalink
Merge pull request #31 from TapPay/sharon/virtual-account
Browse files Browse the repository at this point in the history
1. 新增 virtual account
  • Loading branch information
chrischencherricorp committed Apr 17, 2024
2 parents 40f4f29 + 5ec6bbe commit 81ba17c
Show file tree
Hide file tree
Showing 36 changed files with 281 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Apple_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Apple_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>

<title>Apple Pay PaymentRequest Example</title>
<style>
Expand Down
4 changes: 2 additions & 2 deletions Atome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Atome/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion CCV_Prime/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<title>CCV Get Prime</title>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion Direct_Pay_iframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
引入 SKD 並且進行初始化

```javascript
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(APP_ID, 'APP_KEY', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Direct_Pay_iframe/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<title>Direct Pay - iframe</title>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
Expand Down
4 changes: 2 additions & 2 deletions Easy_Wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Easy_Wallet/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Google_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

```html
<script src="https://pay.google.com/gp/p/js/pay.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Google_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<script src="https://pay.google.com/gp/p/js/pay.js"></script>
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<title>Google Pay PaymentRequest Example</title>
</head>

Expand Down
4 changes: 2 additions & 2 deletions JKO_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion JKO_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
4 changes: 2 additions & 2 deletions Line_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
```

### Step 2
Expand Down Expand Up @@ -70,7 +70,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Line_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
4 changes: 2 additions & 2 deletions Pay_Later/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Pay_Later/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Apple_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Apple_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>

<title>Android Pay PaymentRequest Example</title>
<style>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Pay_with_Google/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Pay_with_Google/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="images/touch-icon-180.png">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>

<title>Android Pay PaymentRequest Example</title>
<style>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Support_All_Method/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Android Phone 打開後
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Support_All_Method/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="./style.css">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>

<title>Payment Request Button Test</title>
<style>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/TapPay_Payment_Button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Android Phone 打開後
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/TapPay_Payment_Button/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>

<title>Payment Request Button Test</title>
<style>
Expand Down
4 changes: 2 additions & 2 deletions Pi_Wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Pi_Wallet/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
4 changes: 2 additions & 2 deletions Plus_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Plus_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
8. JKO Pay
9. Easy Wallet
10. Atome
11. Plus Pay
12. Pi Wallet
13. Virtual Account


## 測試卡號
Expand Down Expand Up @@ -83,3 +86,8 @@
## Payment Request API

提供 Payment Request API 服務,詳細的功能、使用方式以及 DEMO 頁面請詳見 [Payment Request API](./Payment_Request) 的頁面

## Virtual Account(ATM)

提供 Virtual Account(ATM) 服務,詳細的功能以及使用方式請詳見 [Virtual Account](./Virtual_Account) 的頁面
或是可以直接到 [DEMO](https://tappay.github.io/tappay-web-example/Virtual_Account/example/index.html) 頁面試試 Get Prime !
2 changes: 1 addition & 1 deletion Samsung_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(APP_ID, 'APP_KEY', 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Samsung_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="images/touch-icon-180.png">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>


<title>Samsung Pay Example</title>
Expand Down
2 changes: 1 addition & 1 deletion TapPay_Fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
## 2. Setup SDK

```js
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(APP_ID, 'APP_KEY', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion TapPay_Fields/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1>TapPay Fields Bootstrap Example</h1>
</div>

<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.17.1"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.18.0"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
TPDirect.card.setup({
Expand Down
Loading

0 comments on commit 81ba17c

Please sign in to comment.