Skip to content

Commit 1370948

Browse files
committed
add link to docs
1 parent f246e80 commit 1370948

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

pciproxy-examples/show.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<p>
2222
This example shows how to reveal card data using the PCI Proxy Show API. Using
2323
this feature requires a server-to-server call from a whitelisted IP to obtain a specific <code>transactionId</code>.
24-
See the <a href="https://docs.pci-proxy.com/use/show/web" target="_blank">documentation</a>.
24+
See the <a href="https://docs.pci-proxy.com/docs/show-api" target="_blank">documentation</a>.
2525
</p>
2626

2727
<form style="margin: 20px 0">

pciproxy-examples/wallets.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
<a href="show.html">Reveal Card (Show API)</a>
1919
</nav>
2020
<div style="width: 600px; margin: 0 auto;">
21+
<p>
22+
This example shows how to collect tokens using our hosted tokenization buttons.
23+
We take care of the onboarding process at the wallet provider and offer you an easy and simple way to collect card details stored in the wallets of the cardholder.
24+
See the <a href="https://docs.pci-proxy.com/docs/hosted-tokenisation-button" target="_blank">documentation</a>.
25+
</p>
26+
2127
<strong>Execute the following code in your terminal:</strong>
2228
<pre style="user-select: all">curl 'https://api.sandbox.datatrans.com/v1/transactions/secureFields/tokenize' \
2329
--header 'Content-Type: application/json' \

0 commit comments

Comments
 (0)