Search:     Advanced search

Introduction to the ePay code examples

Article ID: 44
Last updated: 27 Sep, 2010
Views: 2780

To help you implement ePay into your system we provide you with some code examples to guide you.

  Codeexamples can be downloaded using the link below:

- ePay code examples

Following programming examples are currently available.

HTML

  • Example of how to setup the Standard Payment Window using plain HTML
  • Example of how to setup own integrated payment form within existing layout using the secure ePay relay-script. All using plain HTML.

Both HTML examples also shows how to fetch the response transactionid, cardtype etc. on the AcceptURL using javascript.

ASP

  • How to implement the integrated payment form within existing layout using the ePay relay-script. This example also shows how to process the transaction (capture, credit delete) using the ePay webservices (API / Remote Interface).
  • How to implement recurring payments using the ASP. The recurring ASP example shows how to create the transaction as recurring payment and how to create new payments on behalf of the initial created transaction.
  • How to calculate MD5 security stamp using ASP.

PHP

  • How to implement the integrated payment form within existing layout using the ePay relay-script. This example also shows how to process the transaction (capture, credit delete) using the ePay webservices (API / Remote Interface).
  • How to implement recurring payments using the PHP. The recurring PHP example shows how to create the transaction as recurring payment and how to create new payments on behalf of the initial created transaction.
  • How to calculate MD5 security stamp using PHP.

.NET (C#)

  • How to implement the integrated payment form within existing layout using the ePay relay-script. This example also shows how to process the transaction (capture, credit delete) using the ePay webservices (API / Remote Interface).
  • How to implement recurring payments using the C#. The recurring C# example shows how to create the transaction as recurring payment and how to create new payments on behalf of the initial created transaction.
  • How to calculate MD5 security stamp using C#.

API / Webservice Examples

Notice that API / Webservice programming examples are to be found for ASP, PHP and .NET in the ePay relay-script examples. The last page (AcceptURL) contains the programming code where the ePay webservice is called with capture, credit and delete operations.

This article was:   Helpful | Not Helpful
Attached files
file html-relay.zip (5 kb)
file html-standard-window.zip (4 kb)
file asp-subscription.zip (9 kb)
file asp-relay.zip (11 kb)
file asp-md5.zip (7 kb)
file c-sharp-subscription.zip (10 kb)
file c-sharp-relay.zip (13 kb)
file c-sharp-md5.zip (4 kb)
file php-subscription.zip (72 kb)
file php-md5.zip (3 kb)
file php-relay.zip (74 kb)

Prev   Next
Code examples     HTML