Differences

This shows you the differences between two versions of the page.

Link to this comparison view

developer:sample_codes [2018/04/24 13:01]
developer:sample_codes [2022/10/07 14:38] (current)
Line 1: Line 1:
 +
 +~~TOC~~
 +
 +====== Sample Code ======
 +
 +\\
 +Select below the best example for your needs and start implementing your integration.
 +\\
 +
 +===== PHP Examples =====
 +
 +\\
 +**Hosted Page Integration Method**
 +
 +<​html> ​
 +<div class="​boxes">​
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​php_hosted_payments"​ class="​box">​
 +<i class="​fa fa-money"></​i>​
 +<​h3>​Hosted Page - Payment</​h3>​
 +</a>
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​php_hosted_payment_with_secure_token_storage"​ class="​box">​
 +<i class="​fa fa-money"></​i>​
 +<​h3>​Hosted Page - Payment + Store Secure Token</​h3>​
 +</a>
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​php_hosted_secure_tokens"​ class="​box">​
 +<i class="​fa fa-credit-card"></​i>​
 +<​h3>​Hosted Page - Secure Token</​h3>​
 +</a>
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​php_hosted_subscriptions"​ class="​box">​
 +<i class="​fa fa-repeat"></​i>​
 +<​h3>​Hosted Page - Subscription</​h3>​
 +</a>
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​php_hosted_secure_token_amazon_solution"​ class="​box">​
 +<i class="​fa fa-cogs"></​i>​
 +<​h3>​Hosted Page - Secure Token Amazon Solution</​h3>​
 +</a>
 +
 +</​div>​
 +</​html>​
 +
 +\\
 +**XML Integration Method**
 +
 +<​html> ​
 +<div class="​boxes">​
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​php_xml_payments"​ class="​box">​
 +<i class="​fa fa-money"></​i>​
 +<​h3>​XML - Payment</​h3>​
 +</a>
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​php_xml_secure_tokens"​ class="​box">​
 +<i class="​fa fa-credit-card"></​i>​
 +<​h3>​XML - Secure Token</​h3>​
 +</a>
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​php_xml_subscriptions"​ class="​box">​
 +<i class="​fa fa-repeat"></​i>​
 +<​h3>​XML - Subscription</​h3>​
 +</a>
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​php_xml_payments_with_3d_secure"​ class="​box">​
 +<i class="​fa fa-shield"></​i>​
 +<​h3>​XML - Payment with 3D Secure</​h3>​
 +</a>
 +
 +</​div>​
 +</​html>​
 +
 +===== .NET Examples =====
 +
 +\\
 +**Hosted Page Integration Method**
 +
 +<​html> ​
 +<div class="​boxes">​
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​net_hosted_payments"​ class="​box">​
 +<i class="​fa fa-money"></​i>​
 +<​h3>​Hosted Page - Payment</​h3>​
 +</a>
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​net_hosted_secure_tokens_amazon_solution"​ class="​box">​
 +<i class="​fa fa-cogs"></​i>​
 +<​h3>​Hosted Page - Secure Token Amazon Solution</​h3>​
 +</a>
 +
 +</​div>​
 +</​html>​
 +
 +\\
 +**XML Integration Method**
 +
 +<​html> ​
 +<div class="​boxes">​
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​net_xml_payments"​ class="​box">​
 +<i class="​fa fa-money"></​i>​
 +<​h3>​XML - Payment</​h3>​
 +</a>
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​net_xml_secure_tokens"​ class="​box">​
 +<i class="​fa fa-credit-card"></​i>​
 +<​h3>​XML - Secure Token</​h3>​
 +</a>
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​net_xml_subscriptions"​ class="​box">​
 +<i class="​fa fa-repeat"></​i>​
 +<​h3>​XML - Subscription</​h3>​
 +</a>
 +
 +</​div>​
 +</​html>​
 +
 +===== Java Examples =====
 +
 +\\
 +<​html> ​
 +<div class="​boxes">​
 +
 +<a href="/​doku.php?​id=developer:​sample_codes:​java.xml"​ class="​box">​
 +<i class="​fa fa-money"></​i>​
 +<​h3>​JAVA - Payment</​h3>​
 +</a>
 +
 +</​div>​
 +</​html>​
  
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International