Process flow of direct debit payment via form interface
forms are framed as standard in white and grey. Merchants can customise the layout of the forms with the help of layout parameters. The simplest way to change the layout is to set the parameters for the background colour (BGColor), background image (BGImage) and the font (FFace). You can use XSL-templates to change the layout further:
In the case of direct debit payments you can change the parameter Template to create an individual layout for your PaySDD-form which exactly matches your shop layout. To this end your graphic designer can design an HTML-template in the shop-design based on XSLT (Extensible Stylesheet Language Transformation). copies this XSLT-template to our
Server. If you enter the name of your XSLT-file in the Template parameter, the
form will appear in your layout.
For general information about XSLT see www.w3.org.
The subsequent conventions apply for the use of the Corporate Pay Page with XSLT:
A XSL file designed by you defines your individual layout. The associated XML file contains the texts that are to be displayed on the form. Hence, multilingualism is easy. Always use your MerchantID in the names of the files.
XSL template: MerchantID_PaySDD.xsl
XML text file: MerchantID_PaySDD.xml
Sub-folder for images: Templates/imagesMerchantID
In order not to receive safety notices, please ensure that external image sources are retrieved via SSL.
In order to call the individual layout, use the ‘template’ parameter with your MerchantID and attach it unencrypted to the call of the payment page, for example:
paysdd.aspx?MerchantID=IhreMID&Len=123&Data=ABCFED…ACEF&template=IhreMerchantID
When implementing the text field for the IBAN, use the following values for the parameters ‘name’ and ‘id’:
Account holder: „AccOwner“
IBAN: „IBAN“
BIC: „BIC“
Bank (optional): „AccBank“
A text field for the input of the IBAN is then implemented as follows:
<input type="text" name="IBAN" id= "IBAN" value=""></input> |
The following hidden fields must be implemented so that the values can be passed on when sending the form:
MerchantID: „MerchantID“
Request length: „Len“
Request data: „Data“
Template: „Template“
Language: „Language“
The language selection in form PaySDD.aspx is automatically based on the parameter Language. Other language areas are filtered out. If you wish to access the field of another language area e.g. with JavaScript, you can do so via the following path: template/language/@name.
The ‘language’ parameter controls which section of the XML text file is read out. German ‘de’ is always used as standard.
The XML file should have the following basic structure:
<?xml version="1.0" encoding="UTF-16"?> </languages> <language name="de"> </language> <language name="en"> </language> </languages> |
With <xsl:variablename=““ select=“template/language/@name”/> you can directly address an XML language section from the XSL file.
For an overview of which parameters are rendered by the PaySDD, please examine the following structure (XSL file is rendered against the following XML string):
Dim strXML As String = "<?xml version='1.0' encoding='UTF-16'?>" & _ "<template pay='elv'>" & _ "<merchantID>"..."</merchantID>" & _ "<PayID>"..."</PayID>" & _ "<len>"..."</len>" & _ "<data>"..."</data>" & _ "<language>"..."</language>" & _ "<Border>"..."</Border>" & _ "<Background>"..."</Background>" & _ "<BGImage>"..."</BGImage>" & _ "<BGColor>"..."</BGColor>" & _ "<FFace>"..."</FFace>" & _ "<FSize>"..."</FSize>" & _ "<FColor>"..."</FColor>" & _ "<twidth>"..."</twidth>" & _ "<theight>"..."</theight>" & _ strCustomFieldsXML & _ "<URLBack>"..."</URLBack>" & _ "<AccOwner>"..."</AccOwner>" & _ "<IBAN>"..."</IBAN>" & _ "<PBAN>"..."</PBAN>" & _ "<BIC>"..."</BIC>" & _ "<Bank>"..."</Bank>" & _ "<template>"..."</template>" & _ "</template>" |
Since merchants use its own layout for the form, you do not require the layout parameter. However, it is possible after prior consultation with to use the parameters for the transfer, e.g. the SessionID.
If JavaScript functions are desired, you must implement them in your template.
<script id=“clientEventHandlersJS“ language=“JavaScript“> if (document.SDDForm.IBAN.value.length > 34) { alert(„<xsl:value-of select=“/template/language/strJavaScript1“/>“); document.SDDForm.IBAN.focus(); } ... </script> |
Please do not use any external link to your JavaScript.
is obliged to provide the account holder information on which server he is on. Please implement a
logo like it is implemented on the standard form or display a small imprint link. You can download the
logo from www.computop.de/downloads.
Both items of information must refer to the page impressum.aspx. This expects the ‘Data’ parameter, which is appended to the URL as in the following example.
impressum.aspx?data=<xsl:value-of select="/template/language/@name"/>|<xsl:value-of select="template/merchantID"/> |
First design a HTML page with the layout for your payment page and initially save it for testing with the file extension .htm or .html. Open this file in the browser. Next, save this as an xsl file.
<?xml version='1.0' encoding="UTF-16"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" encoding="UTF-8"/> <xsl:template match="/"> <html> <head> <title>PaySDD Template</title> <script>Your JavaScript</script> </head> <body> <form action=" </form> </body> </html> </xsl:template> |
In order to read the texts from the XML file, first of all create your tags in the desired language sections with the texts:
<language name="de"> <strIBAN>IBAN</strIBAN> </language> |
Subsequently, replace the text in the HTML by a reference to the respective section in the XML file:
<xsl:value-of select="/template/language/strIBAN"/> |
In order to test your template, we request that you integrate the following lines in your XML file only for the test (before sending it to ) and afterwards to call up the XML file in a browser. If no error is displayed you can send your template and the image folder in a Zip file to
with a request to check and install it.
<?xml version="1.0" encoding="UTF-16"?> <?xml-stylesheet type="text/xsl" href="templatename.xsl"?> <template> <languages>please omit for your layout tests <language name="de"> </language> <language name="en"> </language> <languages>please omit for your layout tests </template> |
In order to get an overview of the versions, please include the date and version number in the name of your Zip file.
The interface of the form is consistently paysdd.aspx for all connections. In order to make a direct debit payment via
form, go to the following URL:
|
This section explains the parameters which are the same for each connection. These values are always required, along with the special parameters explained in the following sections for each individual connection. The second table explains all response parameters which are also the same for all direct debit connections.
|
General parameters for direct debit payments via form
To adapt the layout of the SSL-page to your shop you can use the following unencrypted parameters to configure colours, fonts and images:
|
Layout parameters for forms for direct debit payments
|
General results parameters for URLNotify, URLSuccess and URLFailure
In addition to the general parameters described above for the direct debit connection the following parameters need to be transmitted via form.
|
Additional result parameters for URLNotify, URLSuccess and URLFailure in case of direct connection
Besides general parameters for direct debit connection via b4payment additionally the following parameters need to be transmitted via form.
|
Additional parameters for the direct debit connection b4payment via form
|
Additional result parameters for URLNotify, URLSuccess and URLFailure in case of b4payment connection
Besides general parameters for direct debit connection via EVO Payments additionally the following parameters need to be transmitted via form.
|
Additional parameters for the direct debit connection EVO Payments via form
Additional result parameters for URLNotify, URLSuccess and URLFailure in case of EVO Payments connection
Besides general parameters for direct debit connection via InterCard additionally the following parameters need to be transmitted via form.
|
Additional parameters for the direct debit connection InterCard via form
|
Additional result parameters for URLNotify, URLSuccess and URLFailure in case of InterCard connection
Besides general parameters for direct debit connection via PPRO additionally the following parameters need to be transmitted via form.
Notice: Please remind that the standard parameter OrderDesc will not be forwarded with PPRO.
|
Additional parameters for the direct debit connection PPRO via form
|
Additional result parameters for URLNotify, URLSuccess and URLFailure in case of PPRO connection
For the server-to-server payment processes please refer to the programming basics manual.
Process flow of a direct debit payment via server-to-server interface
The interface for direct debit payments is edddirect.aspx for all connections. To carry out an electronic direct debit via a Server-to-Server connection, call the following URL:
|
|
General parameters for direct debit payments via socket connection
|
General response parameters for direct debit payments via socket connection
Besides the general parameters described above for the direct debit connection, the following parameters are to be transmitted via server-to-server connection.
|
Additional parameters for direct debit payments via socket connection for the direct connection
The following table gives the parameters with which responds:
Additional response parameters for direct debit payments via socket connection for the direct connection
Besides the general parameters described above for the connection b4payment to direct debit, the following parameters are to be transmitted via server-to-server connection.
|
Additional parameters for direct debit payments via socket connection for the connection b4payment
The following table gives the parameters with which responds:
|
Additional response tparameters for direct debit payments via socket connection for the connection b4payment
Besides the general parameters described above for the connection EVO Payments to direct debit, the following parameters are to be transmitted via server-to-server connection.
Additional parameters for direct debit payments via socket connection for the connection EVO Payments
The following table gives the parameters with which responds:
Additional response parameters for direct debit payments via socket connection for the connection EVO Payments
Besides the general parameters described above for the connection InterCard to direct debit, the following parameters are to be transmitted via server-to-server connection.
Additional parameters for direct debit payments via socket connection for the connection InterCard
|
Additional response parameters for direct debit payments via socket connection for the InterCard connection
Besides the general parameters described above for the connection PPRO to direct debit, the following parameters are to be transmitted via server-to-server connection.
Notice: Please remind that the standard parameter OrderDesc will not be forwarded with PPRO.
|
Additional parameters for direct debit payments via socket connection for the connection PPRO
Captures are possible via a Server-to-Server connection. To perform a capture via a Server-to-Server connection please use the following URL:
|
Notice: Separate captures are not possible with the PPRO connection because all transactions are carried out directly as sale transactions.
|
Parameters for captures of direct debit payments
Response parameters for captures of direct debit payments
Credits (refunds) are possible via a Server-to-Server connection. permits credits which relate to a capture previously activated by
and allows merchants to carry out credits without a reference transaction. This section describes the processing of credits with reference transactions. If you refer to a capture for a Credit, the amount of the Credit is limited to the amount of the previous capture.
To carry out a credit with a reference transaction, please use the following URL:
|
|
Parameters for credits of direct debit payments
|
can carry out Credits which do not relate to a previous capture. In this case the credit must be transferred to
as a completely new payment transaction. Please contact the
for help in using the described additional functions.
Notice: Please note that credits without reference to a previous capture generate higher costs with your Acquiring Bank. If you are frequently unable to make reference to the capture you should agree this with your Acquiring Bank.
Notice: Credit without reference is only possible with a direct debit connection.
To carry out a Credit without a reference transaction via a Server-to-Server connection, please use the following URL:
|
|
Response parameters for credits of direct debit payments without reference
can carry out Credits which do not relate to a previous capture. In this case the credit must be transferred to
as a completely new payment transaction. Please contact the
for help in using the described additional functions.
Notice: Please note that credits without reference to a previous capture generate higher costs with your Acquiring Bank. If you are frequently unable to make reference to the capture you should agree this with your Acquiring Bank.
To carry out a Credit without a reference transaction via a Server-to-Server connection, please use the following URL:
|
|
Parameters for credits of direct debit payments without reference with Intercard
Response parameters for credits of direct debit payments without reference with Intercard
can carry out Credits which do not relate to a previous capture. In this case the credit must be transferred to
as a completely new payment transaction. Please contact the
for help in using the described additional functions.
Notice: Please note that credits without reference to a previous capture generate higher costs with your Acquiring Bank. If you are frequently unable to make reference to the capture you should agree this with your Acquiring Bank.
To carry out a Credit without a reference transaction via a Server-to-Server connection, please use the following URL:
|
|
Parameters for credits of direct debit payments without reference with b4payment
|
Response parameters for credits of direct debit payments without reference with b4payment
Reversals are possible via a Server-to-Server connection. In order to cancel a direct debit payment via a server-to-server communication, go to the following URL:
|
Notice: Reverse.aspx does not only reverse authorisations, but any LAST TRANSACTION STAGE! If the last transaction was a capture, Reverse.aspx initiates the reverse, e.g. a credit. Therefore, the utmost caution is urged. Use is at your own risk. We recommend checking the transaction status with Inquire.aspx before using Reverse.aspx.
Notice: Cancellation is only possible with a direct debit connection.
|
Parameters for reversals of direct debit payments
Response parameters for reversals of direct debit payments
Basic information about using Batch files and about their structure can be found in the Batch Manager manual. Within batch processing not alle functions are available which are usually available for the online interface.
This section describes the parameters which must be transferred within the data set (Record) for executing a direct debit payment and which information can be found within the response file about the payment status.
The possible actions per batch depend on the respective connection. In the case of direct connections and via b4payment all transactions including credit without reference are possible while cancellation and credit without reference are not possible with EVO Payment, InterCard and PPRO connections. In the case of PPRO the transactions are also purely sales transactions and so only sales and credit is possible here. BACS payments with b4payment are not possible via Batch.
Following table gives an overview of all batch versions that are possible for a specific action and their specialities:
|
Description of the possible batch versions
The structure for a direct debit payment within a Batch file to be submitted is the following:
|
Example for Master MID function:
|
The following table describes the individual fields and values used within the data set (record) in the batch file:
|
Description of fields within the record for Batch files
The record area within the response file for Batch transactions looks as follows:
|
The following table describes the response parameters which the Batch Manager saves in the Record area for each transaction (standard parameters not explained here, such as <TransID> or <RefNR> and request parameters are returned unchanged and correspond to the call as specified before):
|
Description of result parameters within the record for Batch files