Managed Rebill web services



Similar documents
Token Payment Web Services

eway AU Hosted Payment Page

Recurring Payments Manual

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide

Secure XML API Integration Guide - Periodic and Triggered add in

Freight Tracking Web Service Implementation Guide

Bank and SecurePay Response Codes

Using ilove SharePoint Web Services Workflow Action

PAYLINE USER GUIDE LOGGING INTO PAYLINE PROCESSING A PURCHASE

PathwayLINK Recurring Billing Document Version 1.7 Published NOV 2011

GATEWAY FREEDOM INTEGRATION GUIDE

Merchant Interface Online Help Files

Version: 1. Cellfind_MPG SDK Technical Specification

PAYLINE USER GUIDE. 1 Logging into Payline. 2 - Processing a Purchase

GoCoin: Merchant integration guide

e Merchant Plug-in (MPI) Integration & User Guide

The BritNed Explicit Auction Management System. Kingdom Web Services Interfaces

TARGETPROCESS WEB SERVICES GUIDE

It is most commonly used by organizations that require a cost effective, quick, simple process for accepting credit card payments.

2Checkout Instant Notification Service User Guide Changes Revision 1.0 to 1.1

Trupointe Cooperative On Line Payment by Credit Card Procedure for Customers Original Date: 10/19/12 Revised Date: 11/18/13

Recurring Payments Service (FuturePay) Guide. Version 4.2 April 2013 Business Gateway

INTEGRATION PROCEDURES AND SPECIFICATIONS

Payment Page Extensions. Online Payment Processing for Businesses Worldwide.

SPARROW Gateway. Developer API. Version 2.00

Merchant Interface Online Help Files

WEB TERMINAL AND RECURRING BILLING

Last Modified June 2008

Sage CRM. Sage CRM 2016 R1 Web Services Guide

Batch Processing Version 2.0 Revision Date: April 29, 2014

Credomatic Integration Resources. Browser Redirect API Documentation June 2007

Web-Service Example. Service Oriented Architecture

SFTP Batch Processor. Version 1.0

Skipjack Merchant User Guide. Quick Guide. (a supplement to the Merchant User Guide)

GetFormatList. Webservice name: GetFormatList. Adress:

Payment Gateway HTTP and XML API Developers Documentation. HTTP/XML API Last Modified: 28 September 2015

Merchant One Payment Systems Integration Resources. Direct Post API Documentation June 2007

Merchant Web Services API

Virtual Terminal Introduction and User Instructions

HTS SOLAR PANELS. Save On Energy, Save the Planet. Tom Stuck Jacob Hernandez Reese Trotter

How To Use The Elavon Payment Gateway Virtual Terminal On A Credit Card Over The Phone

Elavon Payment Gateway- Reporting User Guide

PINless Debit Card Services

Title: ematters Integration API Specification. Product of: ematters Australia Pty Ltd. Version: 2.0 ABN: Date: 6 August 2012

CyberSource Merchant Account Reports

SPARROW Gateway. Developer Data Vault Payment Type API. Version 2.7 (6293)

Secure XML API Integration Guide. (with FraudGuard add in)

Network Merchants Inc (NMI) Integration Resources. Direct Post API Documentation April 2010

Cvent Web Services API. Version V June 2008

Merchant Web Services API

Rapid 3.0 Transparent Redirect API. Official eway Documentation. Version 0.82

API documentation - 1 -

Implementation guide Web Services V4. Version 1.4b

Recurring Billing. Using the SCMP API. October CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA Phone:

Teiid - Salesforce Connector Guide 6.2.0

Skipjack VPOS User Guide

I. Simplifying Payment Processing. II. Authorizing Your Transactions Correctly page 6

Recurring Billing. Using the Simple Order API for CyberSource Essentials. March 2016

United Payment Services My Merchant Console Connect Virtual Terminal User Guide

GFI FaxMaker Online Inbound Web Services V.1.0

Report Builder CRM Reporting Model

WebAddress Domain Registrar

Dev Guide for Encrypted Swipe

United Concordia (UCD) Real Time Claim Submission & Adjudication Connectivity Specifications

GSPAY Merchant Manual

Web Services Credit Card Errors A Troubleshooter

Volume PLANETAUTHORIZE PAYMENT GATEWAY. vtiger CRM Payment Module. User Guide

Durango Merchant Services Customer Vault API

EDITOR & SITE TAGS

e-filing Secure Web Service User Manual

GettingStarted. ProjectRequirementsChecklist. w e b s o l u t i o n s. off (yes/no) Store Name: Store Address:* Phone: Fax: Generic Address:**

Informatica Cloud Connector for SharePoint 2010/2013 User Guide

Monetra Payment System

Cofred Automated Payments Interface (API) Guide

Middleware and the Internet

CyberSource Business Center

Gateway Direct Post API

Mobile Web Payment Models ( implementations)

Magensa Services. Administrative Account Services API Documentation for Informational Purposes Only. September Manual Part Number:

Getting Started with Swipe Checkout

Internet Payment Gateway

Easy CollECt and the transaction ManagEr interface

ANZ egate Merchant Administration. Quick Reference Guide

Hosted Credit Card Forms Implementation Guide

SecurePay Batch File Specification & Upload Procedure

Architecture and Data Flow Overview. BlackBerry Enterprise Service Version: Quick Reference

Replacements TECHNICAL REFERENCE. DTCCSOLUTIONS Dec Copyright 2009 Depository Trust Clearing Corporation. All Rights Reserved.

Virtual Terminal & Online Portal

Merchant Administration

Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012

REST Webservices API Reference Manual

Safeguard Ecommerce Integration / API

Web Services Credit Card Errors A Troubleshooter

Gateway Integration Specifications Credit Card Processing

ipay Checkout API (IPC API)

Three Step Redirect API V2.0 Patent Pending

SoftwarePlanner Active Directory Authentication

Credit Card Retrieval API Implementation Guide This guide illustrates how to implement the Credit Card Retrieval API.

Payvision Payment Processor. Technical Integration

Transcription:

Web Active Corporation Managed Rebill web services Data type and field specifications Moe Oo 10/02/2009 Version 1.5

Contents Introduction... 4 Data Field Specifications... 5 Return format for Query Next Transaction... 7 Request format for Query Transactions... 8 Return format for Query Transactions... 8 Validation on Customer Create Rebill Customer... 10 Update Rebill Customer... 10 Query Rebill Customer... 10 Delete Rebill Customer... 10 Validation on Rebill Event... 11 Validataion on Transaction... 13 Query Next Transaction... 13 Query Transactions... 13 Appendix A: Request and Response Format for Customer... 14 Create Rebill Customer... 14 Update rebill Customer... 16 Query Rebill Customer... 18 Delete Rebill Customer... 20 Appendix B: Request and Response Format for Event... 21 Create Rebill Event... 21 Update Rebill Event... 23 Query Rebill Event... 25 Delete Rebill Event... 27 Appendix C: Request and Response format for Transactions... 28

Query Next Transaction... 28 Query Transactions... 29 Appendix D: Test procedures... 31

Introduction This document will specify the methods which are available in managed rebill web service. It also explains the request and response format of the web services; field specification and validation required in managing rebill payments. The following methods are available. Create Rebill Customer Create Rebill Event Delete Rebill Customer Delete Rebill Event Query Rebill Customer Query Rebill Event Update Rebill Customer Update RebillEvent Query Next Transaction Query Transactions To able to call the above web service methods, ewaycustomerid, username and password need to specify in soap header.

Data Field Specifications The following table lists all the field names and their maximum length, and it also specifies the required fields. Soap Header Maximum Field length Required ewaycustomerid 8 Username 100 Password 50 Request Fields CustomerRef 20 CustomerTitle 20 CustomerFirstName 50 CustomerLastName 50 CustomerCompany 100 CustomerJobDesc 50 CustomerEmail 50 CustomerAddress 255 CustomerSuburb 50 CustomerState 50 CustomerPostCode 6

CustomerCountry 50 CustomerPhone1 20 CustomerPhone2 20 CustomerFax 20 CustomerURL 255 CustomerComments 255 RebillInvRef 255 RebillInvDesc 255 RebillCCName 50 RebillCCNumber 19 RebillCCExpMonth 2 RebillCCExpYear 4 RebillInitAmt 10 RebillInitDate 10 RebillRecurAmt 10 RebillStartDate 10 RebillInterval 2 RebillIntervalType 1 RebillEndDate 10

Response Fields Result 10 ErrorSeverity 50 ErrorDetails 255 RebillCustomerID 8 RebillID 8 Return format for Query Next Transaction Following transaction details will be returned for querying next transaction. Field Type Note/Example TransactionDate Datetime 2008-05-20 CardHolderName String Joe Smith ExpiryDate String (mm/yy) 11/12 Amount String This will return in cent format. e.g 200 for $2.00

Request format for Query Transactions Field Type Note/Example RebillCustomerID Int (Required) This must be id of active customer. RebillID Int (Required) This must be id of active rebill event. StartDate Datetime (Optional) To return the transactions after specified start date. E.g. 2009-01-01 EndDate Datetime (Optional) To return the transactions before specified end date. E.g. 2001-01-01 Status String (Optional) To return the transactions for only specified status. The status must be either Future, Pending, Successful or Failed NOTE: If you don t specify any of optional values; start date, end date or status, the result will return every transactions belong to the specified rebill event. Return format for Query Transactions Following transaction details will be returned for querying transactions. Field Type Note/Example TransactionDate Datetime 2008-05-20 Amount String This will return in cent format. e.g 200 for $2.00 Status String Transaction status will be one of these values; Future,

Pending, Successful or Failed Type String Transaction type will be one of these two values; Recurring or Initial. TransactionNumber String This is a resulted transaction number. e.g. 14524691 This will return an empty string for future and pending transactions. TransactionError String This is a transaction result description. e.g. 10,Approved or 05,Declined This will return an empty string for future and pending transactions.

Validation on Customer Create Rebill Customer When creating a customer, the following validation rules apply. Customer First Name is required. Customer Last Name is required. Email and URL must be in valid format. Update Rebill Customer When updating customer details, the following validation rules apply. Rebill Customer ID is required and it must be an existing customer id. Customer First Name is required. Customer Last Name is required. Email and URL must be in valid format. Query Rebill Customer Rebill Customer ID is required and it must be an existing customer id. Delete Rebill Customer Rebill Customer ID is required and it must be an existing customer id. If current rebill customer has any active rebill events, customer cannot be deleted.

Validation on Rebill Event When creating or updating rebill event, the following validations apply. All fields are required except invoice reference and invoice description. RebillCustomerID is required and must be a valid customer id. RebillID is a required field in update method and it should be an existing id which belongs to above rebill customer. RebillCCNumber This field is customer s credit card and it must be a valid card. When existing card data is retrieved, the web service will return the part of credit card number which is in the format of (44443XXXXXXX1111). If you not intend to change the credit card details while you update other rebill event details, you can pass back the credit card format that you retrieved. If you want to update the credit card, new credit card number should be passed. RebillCCExpMonth - The expiry month of your customer's credit card. (Must not be an expired credit card). RebillCCExpYear - The expiry year of your customer's credit card. Format must be either (yy or yyyy) eg. 06 or 2006. (Must not be an expired credit card) RebillInitAmt - The initial payment amount of the rebill event. Enter 0 if initial payment is not required. RebillInitDate - The date of the initial payment of the rebill event. Enter today s date if no initial payment is required. Format must of dd/mm/yyyy. Initial date must be same or before RebillStartDate. If you not intend to change the initial date while you update other rebill event details, you can pass back the original initial date that you retrieved. RebillRecurAmt - The recurring payment amount of the rebill. The value must be greater than 0. RebillStartDate - The date of the first recurring payment. Format must of dd/mm/yyyy. The date must be today or greater than today date and must be greater than RebillInitDate. RebillInterval - The size of the interval between recurring payments (used in conjunction with RebillIntervalType). The value must be 1 to 31 only. RebillIntervalType - The type of Interval. (1 = Days, 2 = Weeks, 3 = Months, 4 = Years). The value must be only 1 or 2 or 3 or 4.

eg. If payment is every 3 weeks, enter 3 in the RebillInterval field and 2 in the RebillIntervalType field. RebillEndDate - The date that recurring payments are to stop. Format must of dd/mm/yyyy. This date must be after RebillStartDate.

Validataion on Transaction Query Next Transaction RebillCustomerID is required and must be a valid customer id. RebillID is a required field and it should be an existing id which belongs to above rebill customer. Query Transactions As transaction details are sensitive data, the request parameters must be 100% valid. Otherwise an exception will be thrown or no transactions data will be returned. RebillCustomerID is required and must be a valid customer id. If this id is not valid or not belonged to current eway merchant, no transactions data will be returned. RebillID is a required field and it should be an existing id which belongs to above rebill customer. If it is not a valid Id or not belonged to rebill customer, no transactions data will be returned. StartDate is an optional value but if it is passed, it must be date time value. EndDate is an optional value but if it is passed, it must be date time value. Status is an optional value but if it is passed, it must be one of the valid statuses. The valid statuses are Future, Pending, Successful and Failed.

Appendix A: Request and Response Format for Customer Create Rebill Customer Request <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au</Username> <Password>test</Password> </ewayheader> </soap:header> <soap:body> <CreateRebillCustomer xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <customertitle>mr</customertitle> <customerfirstname>joe</customerfirstname> <customerlastname>bloggs</customerlastname> <customeraddress>bloggs Enterprise</customerAddress> <customersuburb>capital City</customerSuburb> <customerstate>act</customerstate> <customercompany>bloggs</customercompany> <customerpostcode>2111</customerpostcode> <customercountry>australia</customercountry> <customeremail>test@eway.com.au</customeremail> <customerfax>0298989898</customerfax> <customerphone1>0297979797</customerphone1> <customerphone2></customerphone2> <customerref>ref123</customerref> <customerjobdesc></customerjobdesc> <customercomments>please Ship ASASP</customerComments> <customerurl>www.eway.com.au</customerurl> </CreateRebillCustomer> </soap:body> Successful Response <CustomerDetails> <Result>Success</Result> <ErrorSeverity />

<ErrorDetails /> </CustomerDetails> Failed Response <CustomerDetails> <Result>Fail</Result> <ErrorSeverity>Error</ErrorSeverity> <ErrorDetails>The 'CustomerFirstName' element has an invalid value according to its data type.</errordetails> <RebillCustomerID>0</RebillCustomerID> </CustomerDetails>

Update rebill Customer Request <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au</Username> <Password>test</Password> </ewayheader> </soap:header> <soap:body> <UpdateRebillCustomer xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <RebillCutomerID>60001545</RebillCutomerID> <customertitle>mr</customertitle> <customerfirstname>joe</customerfirstname> <customerlastname>bloggs Enterprise</customerLastName> <customeraddress>capital City</customerAddress> <customersuburb>capital City</customerSuburb> <customerstate>act</customerstate> <customercompany>bloggs</customercompany> <customerpostcode>2111</customerpostcode> <customercountry>australia</customercountry> <customeremail>test@eway.com.au</customeremail> <customerfax>0298989898</customerfax> <customerphone1>0297979797</customerphone1> <customerphone2></customerphone2> <customerref>ref123</customerref> <customerjobdesc>bloggs</customerjobdesc> <customercomments>please Ship ASASP</customerComments> <customerurl>http://www.eway.com.au</customerurl> </UpdateRebillCustomer> </soap:body> Successful Response <CustomerDetails> <Result>Success</Result> <ErrorSeverity /> <ErrorDetails />

</CustomerDetails> Failed Response <CustomerDetails> <Result>Fail</Result> <ErrorSeverity>Error</ErrorSeverity> <ErrorDetails>The 'CustomerFirstName' element has an invalid value according to its data type.</errordetails> <RebillCustomerID>0</RebillCustomerID> </CustomerDetails>

Query Rebill Customer Request <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au</Username> <Password>test</Password> </ewayheader> </soap:header> <soap:body> <QueryRebillCustomer xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <RebillCustomerID>6000154</RebillCustomerID> </QueryRebillCustomer> </soap:body> Successful Response <CustomerDetails> <Result>Success</Result> <ErrorSeverity /> <ErrorDetails /> <CustomerRef>8989</CustomerRef> <CustomerTitle>Mr</CustomerTitle> <CustomerFirstName>Joe</CustomerFirstName> <CustomerLastName>Blogg</CustomerLastName> <CustomerCompany>eWAY</CustomerCompany> <CustomerJobDesc></CustomerJobDesc> <CustomerEmail>test@eway.com.au</CustomerEmail> <CustomerAddress>Capital City</CustomerAddress> <CustomerSuburb>Phillips</CustomerSuburb> <CustomerState>act</CustomerState> <CustomerPostCode>2607</CustomerPostCode> <CustomerCountry>Australia</CustomerCountry> <CustomerPhone1>0298989898</CustomerPhone1> <CustomerPhone2>989898989</CustomerPhone2> <CustomerFax>0298989898</CustomerFax> <CustomerURL>eway.com</CustomerURL> <CustomerComments>test</CustomerComments> </CustomerDetails>

Failed Response <CustomerDetails> <Result>Fail</Result> <ErrorSeverity>Error</ErrorSeverity> <ErrorDetails>Customer does not exist.rebill customer details cannot be retrived.</errordetails> </CustomerDetails>

Delete Rebill Customer Request <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au</Username> <Password>test</Password> </ewayheader> </soap:header> <soap:body> <DeleteRebillCustomer xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <RebillCustomerID>6000154</RebillCustomerID > </DeleteRebillCustomer> </soap:body> Successful Response <CustomerDetails> <Result>Success</Result> <ErrorSeverity /> <ErrorDetails /> </CustomerDetails> Failed Response <CustomerDetails> <Result>Fail</Result> <ErrorSeverity>Error</ErrorSeverity> <ErrorDetails>Customer does not exist.rebill customer cannot be deleted.</errordetails> <RebillCustomerID /> </CustomerDetails>

Appendix B: Request and Response Format for Event Create Rebill Event Request <soap:envelope xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns:xsd="http://www.w3.org/2001/xmlschema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au</Username> <Password>test</Password> </ewayheader> </soap:header> <soap:body> <CreateRebillEvent xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <RebillInvRef>ref123</RebillInvRef> <RebillInvDes></RebillInvDes> <RebillCCName>test</RebillCCName> <RebillCCNumber>4444333322221111</RebillCCNumber> <RebillCCExpMonth>07</RebillCCExpMonth> <RebillCCExpYear>07</RebillCCExpYear> <RebillInitAmt>100</RebillInitAmt> <RebillInitDate>08/06/2007</RebillInitDate> <RebillRecurAmt>100</RebillRecurAmt> <RebillStartDate>05/06/2007</RebillStartDate> <RebillInterval>1</RebillInterval> <RebillIntervalType>1</RebillIntervalType> <RebillEndDate>08/07/2007</RebillEndDate> </CreateRebillEvent> </soap:body> Successful Response <RebillEventDetails> <Result>Success</Result> <ErrorSeverity /> <ErrorDetails /> <RebillID>80001208</RebillID>

</RebillEventDetails> Failed Response <RebillEventDetails> <Result>Fail</Result> <ErrorSeverity>Error</ErrorSeverity> <ErrorDetails>The 'RebillRecurAmt' element has an invalid value according to its data type.</errordetails> </RebillEventDetails>

Update Rebill Event Request <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au</Username> <Password>test</Password> </ewayheader> </soap:header> <soap:body> <UpdateRebillEvent xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <RebillID>80001208</RebillID> <RebillInvRef>Ref123</RebillInvRef> <RebillInvDes></RebillInvDes> <RebillCCName>test</RebillCCName> <RebillCCNumber>44443XXXXXXX1111</RebillCCNumber> <RebillCCExpMonth>07</RebillCCExpMonth> <RebillCCExpYear>07</RebillCCExpYear> <RebillInitAmt>100</RebillInitAmt> <RebillInitDate>08/06/2007</RebillInitDate> <RebillRecurAmt>100</RebillRecurAmt> <RebillStartDate>05/06/2007</RebillStartDate> <RebillInterval>1</RebillInterval> <RebillIntervalType>1</RebillIntervalType> <RebillEndDate>08/07/2007</RebillEndDate> </UpdateRebillEvent> </soap:body> Successful Response <RebillEventDetails> <Result>Success</Result> <ErrorSeverity /> <ErrorDetails /> <RebillID>80001208</RebillID> </RebillEventDetails>

Failed Response <RebillEventDetails> <Result>Fail</Result> <ErrorSeverity>Error</ErrorSeverity> <ErrorDetails>The 'RebillCCExpMonth' element has an invalid value according to its data type.</errordetails> <RebillID>80001208</RebillID> </RebillEventDetails>

Query Rebill Event Request <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au </Username> <Password>test</Password> </ewayheader> </soap:header> <soap:body> <QueryRebillEvent xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <RebillID>80001227</RebillID> </QueryRebillEvent> </soap:body> Successful Response <RebillEventDetails> <Result>Success</Result> <ErrorSeverity /> <ErrorDetails /> <RebillID>80001208</RebillID> <RebillInvRef>Ref123</RebillInvRef> <RebillInvDesc /> <RebillCCName>test</RebillCCName> <RebillCCNumber>44443XXXXXXX1111</RebillCCNumber> <RebillCCExpMonth>07</RebillCCExpMonth> <RebillCCExpYear>07</RebillCCExpYear> <RebillInitAmt>100</RebillInitAmt> <RebillInitDate>08/06/2007</RebillInitDate> <RebillRecurAmt>100</RebillRecurAmt> <RebillStartDate>05/06/2007</RebillStartDate> <RebillInterval>1</RebillInterval> <RebillIntervalType>1</RebillIntervalType> <RebillEndDate>08/07/2007</RebillEndDate> </RebillEventDetails>

Failed Response <RebillEventDetails> <Result>Fail</Result> <ErrorSeverity>Error</ErrorSeverity> <ErrorDetails>The 'RebillID' element has an invalid value according to its data type.</errordetails> <RebillID /> </RebillEventDetails>

Delete Rebill Event Request <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au</Username> <Password>test</Password> </ewayheader> </soap:header> <soap:body> <DeleteRebillEvent xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <RebillID>80001208</RebillID> </DeleteRebillEvent> </soap:body> Successful Response <RebillEventDetails> <Result>Success</Result> <ErrorSeverity /> <ErrorDetails /> <RebillID>80001208</RebillID> </RebillEventDetails> Failed Response <RebillEventDetails> <Result>Fail</Result> <ErrorSeverity>Error</ErrorSeverity> <ErrorDetails>The 'RebillID' element has an invalid value according to its data type.</errordetails> <RebillID>abc</RebillID> </RebillEventDetails>

Appendix C: Request and Response format for Transactions Query Next Transaction Request <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au</Username> <Password>test123</Password> </ewayheader> </soap:header> <soap:body> <QueryNextTransaction xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <RebillID>80001208</RebillID> </QueryNextTransaction> </soap:body> Successful Response <soap:body> <QueryNextTransactionResponse xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <QueryNextTransactionResult> <TransactionDate>2008-12-11T00:00:00</TransactionDate> <CardHolderName>Test Card </CardHolderName> <ExpiryDate>12/10</ExpiryDate> <Amount>250</Amount> </QueryNextTransactionResult> </QueryNextTransactionResponse> </soap:body> Failed Response It will throw exception if there is any login error.

Query Transactions Request (Without optional values) <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au</Username> <Password>test123</Password> </ewayheader> </soap:header> <soap:body> <QueryTransactions xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <RebillID>80001208</RebillID> </QueryTransactions> </soap:body> Request (With optional values) <soap:header> <ewayheader xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <ewaycustomerid>87654321</ewaycustomerid> <Username>test@eway.com.au</Username> <Password>test123</Password> </ewayheader> </soap:header> <soap:body> <QueryTransactions xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <RebillID>80001208</RebillID> <startdate>2009-01-01</startdate> <enddate>2012-01-01 </enddate> <status>future </status> </QueryTransactions> </soap:body>

Successful Response <soap:body> <QueryTransactionsResponse xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <QueryTransactionsResult> <rebilltransaction> <TransactionDate>2009-01-23T00:00:00+11:00</TransactionDate> <Amount>33600</Amount> <Status>Successful</Status> <Type>Initial</Type> <TransactionNumber>33603360</TransactionNumber> <TransactionError>10,Approved</TransactionError> </rebilltransaction> <rebilltransaction> <TransactionDate>2009-01-30T00:00:00+11:00</TransactionDate> <Amount>33600</Amount> <Status>Failed</Status> <Type>Recurring</Type> <TransactionNumber>0</TransactionNumber> <TransactionError>eWAY Error: Invalid Expiry Date. Your credit card has not been billed for this transaction.</transactionerror> </rebilltransaction> </QueryTransactionsResult> </QueryTransactionsResponse> </soap:body> Response with no transaction data <soap:body> <QueryTransactionsResponse xmlns="http://www.eway.com.au/gateway/rebill/managerebill"> <QueryTransactionsResult/> </QueryTransactionsResponse> </soap:body> Failed Response It will throw exception if there is any login error or data type error.

Appendix D: Test procedures Testing details Please make sure you use the following values when testing; Test gateway - https://www.eway.com.au/gateway/rebill/test/managerebill_test.asmx Test Customer ID 87654321 Test Username test@eway.com.au Test Password test123 Test Credit Card Number 4444333322221111 Please note that if you try to query customer, rebill event or transaction details, the test gateway will only return the mockup data.