About PAYBACK PAY

General information about PAYBACK PAY


Logo

Info

tbd

Type

Payments by eWallet

Further information you will find also on the website of Payback: tbd


Use cases

Supported use cases

Supported interfaces

Use case

Description

Simple process

S-2-S

APP

Batch

Authorization + Capture

Merchant wants to authorize payment and capture on delivery

  • not supported

  • use "Sale" instead to authorize and capture a payment within one step



Sale

Merchant wants to collect money from customer via Payback

  • Merchant's shop initiates Payback payment request

  • Customer confirms payment in Payback App

  • Merchant's shop gets a notification about successful payment
  • Merchant App polls Merchant's server until payment is completed


(info)

full or partial Credit

Merchant wants to credit some money back to customer after a payment has been successfully completed

  • Merchant initiates credit request

  • Computop collects Payback  details from referred payment and initiates Payback credit

  • Merchant's shop gets a response about successful credit

(info)


(info)


On this page


Process flow charts

Sale


Process flow PAYBACK PAY

Credit, Server-to-Server

Process flow PAYBACK PAY credit



Paygate interface

Definitions

Data formats

Format

Description

a

alphabetical

as

alphabetical with special characters

n

numeric

an

alphanumeric

ans

alphanumeric with special characters

ns

numeric with special characters

bool

boolean expression (true or false)

3

fixed length with 3 digits/characters

..3

variable length with maximum 3 digits/characters

enum

enumeration of allowed values

dttm

ISODateTime (YYYY-MM-DDThh:mm:ss)


Abbreviations

Abbreviation

Description

Comment

CND

condition


M

mandatory

If a parameter is mandatory, then it must be present

O

optional

If a parameter is optional, then it can be present, but it is not required

C

conditional

If a parameter is conditional, then there is a conditional rule which specifies whether it is mandatory or optional


Notice: Please note that the names of parameters can be returned in upper or lower case.


Calling the interface for a PAYBACK PAY payment (Sale)

In order to make a payment with PAYBACK PAY, please use the following URL:


Notice: For security reasons, Computop Paygate rejects all payment requests with formatting errors. Therefore, please use the correct data type for each parameter.

The following table describes the encrypted payment request parameters:

Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.

The table is being loaded. Please wait for a bit ...

KeyFormatCNDDescriptionBeschreibung

MerchantID

ans..30

M

MerchantID, assigned by Computop. Additionally this parameter has to be passed in plain language too.

HändlerID, die von Computop vergeben wird. Dieser Parameter ist zusätzlich auch unverschlüsselt zu übergeben.

KeyFormatCNDDescriptionBeschreibung
TransID

ans..64

MTransactionID provided by you which should be unique for each paymentIhre eigene TransaktionsID, die für jede Zahlung eindeutig sein muss

KeyFormatCNDDescriptionBeschreibung
refnr

ns..30

O

Merchant’s unique reference number

Eindeutige Referenznummer des Händlers

KeyFormatCNDDescriptionBeschreibung
Amount

n..10

M

Amount in the smallest currency unit (e.g. EUR Cent). Please contact the Computop Helpdesk, if you want to capture amounts <100 (smallest currency unit).

Betrag in der kleinsten Währungseinheit (z.B. EUR Cent). Bitte wenden Sie sich an den Computop Helpdesk, wenn Sie Beträge < 100 (kleinste Währungseinheit) buchen möchten.

KeyFormatCNDDescriptionBeschreibung
Currency

a3

M

Currency, three digits DIN / ISO 4217. Only EUR permissible. Please find an overview here: A1 Currency table

Währung, drei Zeichen DIN / ISO 4217. Nur EUR zulässig. Hier eine Übersicht: A1 Währungstabelle

KeyFormatCNDDescriptionBeschreibung

MAC

an64

M
Hash Message Authentication Code (HMAC) with SHA-256 algorithm. Details can be found here:
Hash Message Authentication Code (HMAC) mit SHA-256-Algorithmus. Details finden Sie hier:

Key

Format

CND

Description

Beschreibung

Languagea2OLanguage: de - German, en – EnglishSprache: de - deutsch, en – Englisch

KeyFormatCNDDescriptionBeschreibung
URLSuccess

ans..256

M

Complete URL which calls up Paygate if payment has been successful. The URL may be called up only via port 443. This URL may not contain parameters: In order to exchange values between Paygate and shop, please use the parameter UserData.

(info) Common notes:

  • We recommend to use parameter "response=encrypt" to get an encrypted response by Paygate
  • However, fraudster may just copy the encrypted DATA-element which are sent to URLFailure and send the DATA to URLSuccess. Therefore ensure to check the "code"-value which indicates success/failure of the action. Only a result of "code=00000000" should be considered successful.

Vollständige URL, die das Paygate aufruft, wenn die Zahlung erfolgreich war. Die URL darf nur über Port 443 aufgerufen werden. Diese URL darf keine Parameter enthalten: Um Parameter durchzureichen nutzen Sie stattdessen den Parameter UserData.

(info) Allgemeine Hinweise:

  • Wir empfehlen, den Parameter "response=encrypt" zu verwenden, um eine verschlüsselte Antwort von Paygate zu erhalten
  • Betrüger könnten das verschlüsselte DATA-Element kopieren, welches an URLFailure gesendet wurde, und betrügerisch dasselbe DATA an URLSuccess senden. Überprüfen Sie daher unbedingt den "code"-Wert des DATA-Elements. Nur eine Antwort mit "code=00000000" sollte als erfolgreich angesehen werden.

KeyFormatCNDDescriptionBeschreibung
URLFailure

ans..256

M

Complete URL which calls up Paygate if payment has been unsuccessful. The URL may be called up only via port 443. This URL may not contain parameters: In order to exchange values between Paygate and shop, please use the parameter UserData.

(info) Common notes:

  • We recommend to use parameter "response=encrypt" to get an encrypted response by Paygate
  • However, fraudster may just copy the encrypted DATA-element which are sent to URLFailure and send the DATA to URLSuccess/URLNotify. Therefore ensure to check the "code"-value which indicates success/failure of the action. Only a result of "code=00000000" should be considered successful.

Vollständige URL, die das Paygateaufruft, wenn die Zahlung gescheitert ist. Die URL darf nur über Port 443 aufgerufen werden. Diese URL darf keine Parameter enthalten: Um Parameter durchzureichen nutzen Sie stattdessen den Parameter UserData.

(info) Allgemeine Hinweise:

  • Wir empfehlen, den Parameter "response=encrypt" zu verwenden, um eine verschlüsselte Antwort von Paygate zu erhalten
  • Betrüger könnten das verschlüsselte DATA-Element kopieren, welches an URLFailure gesendet wurde, und betrügerisch dasselbe DATA an URLSuccess/URLNotify senden. Überprüfen Sie daher unbedingt den "code"-Wert des DATA-Elements. Nur eine Antwort mit "code=00000000" sollte als erfolgreich angesehen werden.

KeyFormatCNDDescriptionBeschreibung
Response

a7

O

Status response sent by Paygate to URLSuccess and URLFailure, should be encrypted. For this purpose, transmit Response=encrypt parameter.

Die Status-Rückmeldung, die das Paygate an URLSuccess und URLFailure sendet, sollte verschlüsselt werden. Dazu übergeben Sie den Parameter Response=encrypt.

KeyFormatCNDDescriptionBeschreibung
URLNotify

ans..256

M

Complete URL which Paygate calls up in order to notify the shop about the payment result. The URL may be called up only via port 443. It may not contain parameters: Use the UserData parameter instead.

(info) Common notes:

  • We recommend to use parameter "response=encrypt" to get an encrypted response by Paygate
  • However, fraudster may just copy the encrypted DATA-element which are sent to URLFailure and send the DATA to URLSuccess/URLNotify. Therefore ensure to check the "code"-value which indicates success/failure of the action. Only a result of "code=00000000" should be considered successful.

Vollständige URL, die das Paygate aufruft, um den Shop zu benachrichtigen. Die URL darf nur über Port 443 aufgerufen werden. Sie darf keine Parameter enthalten: Nutzen Sie stattdessen den Parameter UserData.

(info) Allgemeine Hinweise:

  • Wir empfehlen, den Parameter "response=encrypt" zu verwenden, um eine verschlüsselte Antwort von Paygate zu erhalten
  • Betrüger könnten das verschlüsselte DATA-Element kopieren, welches an URLFailure gesendet wurde, und betrügerisch dasselbe DATA an URLSuccess/URLNotify senden. Überprüfen Sie daher unbedingt den "code"-Wert des DATA-Elements. Nur eine Antwort mit "code=00000000" sollte als erfolgreich angesehen werden.

KeyFormatCNDDescriptionBeschreibung
UserData

ans..1024

O

If specified at request, Paygate forwards the parameter with the payment result to the shop.

Wenn beim Aufruf angegeben, übergibt das Paygate die Parameter mit dem Zahlungsergebnis an den Shop.

KeyFormatCNDDescriptionBeschreibung
ReqId

ans..32

O

To avoid double payments or actions (e.g. by ETM), enter an alphanumeric value which identifies your transaction and may be assigned only once. If the transaction or action is submitted again with the same ReqID, Computop Paygate will not carry out the payment or new action, but will just return the status of the original transaction or action.

Please note that the Computop Paygate must have a finalized transaction status for the first initial action (authentication/authorisation). This does not apply to 3-D Secure authentications that are terminated by a timeout. The 3-D Secure Timeout status does not count as a completed status in which the ReqID functionality on Paygate does not take effect. Submissions with identical ReqID for an open status will be processed regularly.

Notice: Please note that a ReqID is only valid for 12 month, then it gets deleted at the Paygate.

Um Doppelzahlungen (z.B. durch ETM) zu vermeiden, übergeben Sie einen alphanumerischen Wert, der Ihre Transaktion oder Aktion identifiziert und nur einmal vergeben werden darf. Falls die Transaktion oder Aktion mit derselben ReqID erneut eingereicht wird, führt das Computop Paygate keine Zahlung oder weitere Aktion aus, sondern gibt nur den Status der ursprünglichen Transaktion oder Aktion zurück.

Bitte beachten Sie, dass das Computop Paygate für die erste initiale Aktion (Authentifizierung/Autorisierung) einen abgeschlossenen Transaktionsstatus haben muss. Dies gilt nicht für 3-D Secure Authentifizierungen, die durch einem Timeout beendet werden. Der Status 3-D Secure Timeout gilt nicht als abgeschlossener Status, bei dem ReqID-Funktionalität am Paygate nicht greift. Einreichungen mit identischer ReqID auf einen offenen Status werden regulär verarbeitet.

Hinweis: Bitte beachten Sie, dass eine ReqID nur 12 Monate gültig ist, danach wird sie vom Paygate gelöscht.

KeyFormatCNDDescriptionBeschreibung
Plain

ans..50

O

A single value to be set by the merchant to return some information unencrypted in response/notify, e.g. the MID. 

"Plain"-parameter is part of encrypted "Data" in Computop Paygate and therefore protected against manipulation. 

Ein einzelner Wert, der von Ihnen gesetzt werden kann, um Informationen wieder unverschlüsselt in der Antwort bzw. im Notify zurückzugeben, z.B. die MID.

Da der "Plain"-Parameter Teil des verschlüsselten "Data" im Computop Paygate ist, ist dieser vor Manipulationen geschützt. 

KeyFormatCND

Description

Beschreibung
Custom

ans..1024

O

"Custom"-parameter is added to the request data before encryption and is part of encrypted "Data" in Computop Paygate request. By this they are protected against manipulation by a consumer. 

The Custom-value is added to the Computop Paygate response in plain text and the "|" is replaced by a "&". By this you can put a single value into Custom-parameter and get multiple key-value-pairs back in response for your own purpose. 

Please find a samples here: Custom

Der "Custom"-Parameter wird vor der Verschlüsselung an den Aufruf angehängt und ist Teil des verschlüsselten "Data" im Computop Paygate Aufruf. Dadurch ist der Wert gegen Manipulation geschützt. 

Der Custom-Wert wird dann in Klartext an die Computop Paygate-Antwort angehängt und dabei wird "|" durch "&" ersetzt. Dadurch können Sie einen Custom-Wert übergeben und bekommen mehrere Key-Value-Paare zu Ihrer eigenen Verwendung in der Antwort zurück.

Hier finden Sie ein Beispiel: Custom

Key

Format

CND

Description

Beschreibung

PointAmount

n..10

O

The PAYBACK points amount of the PAY transactionDer PAYBACK-Punktebetrag der PAY-Transaktion
VatListStringMBase64 encoded valueBase64-codierter Wert
items.raten..10MThe percentage rate of the vat itemDer Prozentsatz des Mehrwertsteuerartikels
items.amountn..10M

The tax amount of the vat item.

Value needs to be > 0. The value needs calculation in order to match with the Tax Amount of the VAT Example: If the gross amount of the transaction is 3 Euro, then the VAT Gross Amount would be 0.48 Euro for a VAT Rate of 19%. So 0.48 should be put into field sum.

Der Steuerbetrag des Mehrwertsteuerartikels.

Der Wert muss > 0 sein. Der Wert muss berechnet werden, um mit dem Steuerbetrag des Mehrwertsteuer-Beispiels übereinzustimmen: Wenn der Bruttobetrag der Transaktion 3 Euro beträgt, beträgt der Mehrwertsteuer-Bruttobetrag 0,48 Euro für einen Mehrwertsteuersatz von 19 %. Daher sollte 0,48 in die Feldsumme eingegeben werden.

ArticleListStringMBase64 encoded valueBase64-codierter Wert
itemsarrayMArray of items, e.g.: {"items": [{items1 ...}{item2...}]}Array von Elementen, z. B.: {"items": [{items1 ...}{item2...}]}
items.itemReferenceans..30MPosition of the line item in the orderPosition des Einzelpostens in der Bestellung
items.idans..30MArticle NumberArtikelnummer
items.nameans..30MName / Title of the ArticleName/Titel des Artikels
items.quantityans..30MTotal number of itemsGesamtzahl der Artikel
items.amountn..10MGross unit price (incl. VAT) in CentBrutto-Stückpreis (inkl. MwSt.) in Cent
items.vatAmountn..10MTax Amount in centsSteuerbetrag in Cent
items.vatPercentn..10MTax rate of country tax in % as number 19% = 19Steuersatz der Landessteuer in % als Zahl 19 % = 19
items.typean..20M

GOODS = Article to ship

VOUCHER = Voucher to be used

SHIPPING = Shipping costs

PAYMENT_FEE = Payment fee

GOODS = Zu versendender Artikel

VOUCHER = Gutschein, der verwendet werden soll

SHIPPING = Versandkosten

PAYMENT_FEE = Zahlungsgebühr

DeviceID ans..50O

Device id set by the merchant during the check-out and sent over with the device check Pixel.

For E-com it is mandatory. The value has to be the same one which was handed over with the DevicePixel.

Geräte-ID, die vom Händler beim Bezahlvorgang festgelegt und mit dem Gerätecheck-Pixel übermittelt wird.

Für E-Com ist es obligatorisch. Der Wert muss derselbe sein, der mit dem DevicePixel übergeben wurde.

AccountIdn10M

It is the 10 digit PAYBACK user ID of the customer handed over by the merchant, used to check if the right user fulfills the payment

Das ist die vom Händler übergebene 10-stellige PAYBACK-Benutzerkennung des Kunden, mit der überprüft wird, ob der richtige Benutzer die Zahlung ausführt
CustomerIDan..M

The PAYBACK membership identifier is only available in case of an active account binding and used to push users to fulfill transactions

Die PAYBACK-Mitgliedskennung steht nur bei aktiver Kontobindung zur Verfügung und dient dazu, Nutzer zur Erfüllung von Transaktionen zu bewegen
IsBoundenumMInformation if the PAYBACK account is bounded on the merchant side. Only in this case users can be pushed: True | FalseInformation, ob das PAYBACK-Konto händlerseitig gebunden ist. Nur in diesem Fall können Benutzer gepusht werden: True | False
CustomerGroupenumMInformation by the merchant about the customer which are used by Verifone Payments for risk evaluation: KNOWN | UNKNOWNInformationen des Händlers über den Kunden, die von Verifone Payments zur Risikobewertung verwendet werden: KNOWN | UNKNOWN
sdAdditionalInfoans..50OShipping details, AdditionalInfo, e.g. Information about the kind of shipping (e.g. "Click++Collect")Versanddetails, Zusatzinfo, z.B. Informationen zur Versandart (z.B. „Click++Collect“)
sdCompanyans..50OShipping details, CompanyVersanddetails, Firma
sdFirstNameans..50OShipping details, FirstNameVersanddetails, Vorname
sdLastNameans..50OShipping details, LastNameVersanddetails, Nachname
sdStreetans..50OShipping details, StreetVersanddetails, Straße
sdStreetNran..10OShipping details, StreetNrVersanddetails, Hausnummer
sdZIPan..20OShipping details, ZIPVersanddetails, Postleitzahl
sdCityans..50OShipping details, CityVersanddetails, Ort
sdCountryCodean2MShipping details, CountryCodeVersanddetails, Ländercode

Parameters for payments with PAYBACK PAY payment


VatList

VatList should be sent as a base64 encoded value. Please find the example below.

{
    "items": [
        {
            "rate": 7,
            "amount": 327
        },
        {
            "rate": 19,
            "amount": 80
        }
    ]
}
VatList=ew0KICAgICJpdGVtcyI6IFsNCiAgICAgICAgew0KICAgICAgICAgICAgInJhdGUiOiA3LA0KICAgICAgICAgICAgImFtb3VudCI6IDMyNw0KwqAgwqAgwqAgwqAgfSwNCiAgICAgICAgew0KICAgICAgICAgICAgInJhdGUiOiAxOSwNCiAgICAgICAgICAgICJhbW91bnQiOiA4MA0KICAgICAgICB9DQogICAgXQ0KfQ==


Articlelist

Articlelist should be sent as a base64 encoded value. Please find the example below.

{
    "items": [
        {
            "itemReference": "1",
            "id": "Click++Collect",
            "name": "Click++Collect",
            "quantity": 1,
            "amount": 500,
            "vatAmount": 80,
            "vatPercent": 19,
            "type": "SHIPPING"
        },
        {
            "itemReference": "2",
            "id": "654327",
            "name": "Test product2",
            "quantity": 1,
            "amount": 5000,
            "vatAmount": 327,
            "vatPercent": 7,
            "type": "GOODS"
        }
    ]
}
Articlelist=ew0KICAgICJpdGVtcyI6IFsNCiAgICAgICAgew0KICAgICAgICAgICAgIml0ZW1SZWZlcmVuY2UiOiAiMSIsDQogICAgICAgICAgICAiaWQiOiAiQ2xpY2srK0NvbGxlY3QiLA0KICAgICAgICAgICAgIm5hbWUiOiAiQ2xpY2srK0NvbGxlY3QiLA0KICAgICAgICAgICAgInF1YW50aXR5IjogMSwNCiAgICAgICAgICAgICJhbW91bnQiOiA1MDAsDQogICAgICAgICAgICAidmF0QW1vdW50IjogODAsDQogICAgICAgICAgICAidmF0UGVyY2VudCI6IDE5LA0KICAgICAgICAgICAgInR5cGUiOiAiU0hJUFBJTkciDQogICAgICAgIH0sDQogICAgICAgIHsNCiAgICAgICAgICAgICJpdGVtUmVmZXJlbmNlIjogIjIiLA0KICAgICAgICAgICAgImlkIjogIjY1NDMyNyIsDQogICAgICAgICAgICAibmFtZSI6ICJUZXN0IHByb2R1Y3QyIiwNCiAgICAgICAgICAgICJxdWFudGl0eSI6IDEsDQogICAgICAgICAgICAiYW1vdW50IjogNTAwMCwNCiAgICAgICAgICAgICJ2YXRBbW91bnQiOiAzMjcsDQogICAgICAgICAgICAidmF0UGVyY2VudCI6IDcsDQogICAgICAgICAgICAidHlwZSI6ICJHT09EUyINCiAgICAgICAgfQ0KICAgIF0NCn0NCg


The following table gives the result parameters which Computop Paygate transmits to URLSuccess or URLFailure and URLNotify. If you have specified the Response=encrypt parameter, the following parameters are sent Blowfish encrypted to your system:

(info) pls. be prepared to receive additional parameters at any time and do not check the order of parameters

(info) the key (e.g. MerchantId, RefNr) should not be checked case-sentive

Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.

The table is being loaded. Please wait for a bit ...

KeyFormatCNDDescriptionBeschreibung

mid

ans..30

M

MerchantID, assigned by Computop

HändlerID, die von Computop vergeben wird

KeyFormatCNDDescriptionBeschreibung
PayID

an32

M

ID assigned by Paygate for the payment, e.g. for referencing in batch files as well as for capture or credit request.

Vom Paygate vergebene ID für die Zahlung; z.B. zur Referenzierung in Batch-Dateien sowie im Capture- oder Credit-Request.

KeyFormatCNDDescriptionBeschreibung
XID

an32

M

ID for all single transactions (authorisation, capture, credit note) for one payment assigned by Paygate

Vom Paygate vergebene ID für alle einzelnen Transaktionen (Autorisierung, Buchung, Gutschrift), die für eine Zahlung durchgeführt werden

Key

Format

CND

Description

Beschreibung

TransID

ans..30

M

Unique reference number for your accounts – it is the unique reference with Payback, too.

Eindeutige Referenznummer für Ihre Buchhaltung – sie ist auch die eindeutige Referenz für Payback. 

KeyFormatCNDDescriptionBeschreibung
Status

a..50

M

OK or AUTHORIZED (URLSuccess) as well as FAILED (URLFailure)

OK oder AUTHORIZED (URLSuccess) sowie FAILED (URLFailure)

KeyFormatCNDDescriptionBeschreibung
Description

ans..1024

M
Further details in the event that payment is rejected. Please do not use the Description but the Code parameter for the transaction status analysis!
Nähere Beschreibung bei Ablehnung der Zahlung. Bitte nutzen Sie nicht den Parameter Description, sondern Code für die Auswertung des Transaktionsstatus!

KeyFormatCNDDescriptionBeschreibung
Code

n8

M

Error code according to Paygate Response Codes (A4 Error codes)

Fehlercode gemäß Paygate Antwort-Codes (A4 Fehlercodes)

KeyFormatCNDDescriptionBeschreibung
refnr

ns..30

O

Merchant’s unique reference number

Eindeutige Referenznummer des Händlers

KeyFormatCNDDescriptionBeschreibung
UserData

ans..1024

O

If specified at request, Paygate forwards the parameter with the payment result to the shop.

Wenn beim Aufruf angegeben, übergibt das Paygate die Parameter mit dem Zahlungsergebnis an den Shop.

KeyFormatCNDDescriptionBeschreibung

MAC

an64

M
Hash Message Authentication Code (HMAC) with SHA-256 algorithm. Details can be found here:
Hash Message Authentication Code (HMAC) mit SHA-256-Algorithmus. Details finden Sie hier:

KeyFormatCNDDescriptionBeschreibung
Plain

ans..50

O

A single value to be set by the merchant to return some information unencrypted in response/notify, e.g. the MID. 

"Plain"-parameter is part of encrypted "Data" in Computop Paygate and therefore protected against manipulation. 

Ein einzelner Wert, der von Ihnen gesetzt werden kann, um Informationen wieder unverschlüsselt in der Antwort bzw. im Notify zurückzugeben, z.B. die MID.

Da der "Plain"-Parameter Teil des verschlüsselten "Data" im Computop Paygate ist, ist dieser vor Manipulationen geschützt. 

KeyFormatCND

Description

Beschreibung
Custom

ans..1024

O

"Custom"-parameter is added to the request data before encryption and is part of encrypted "Data" in Computop Paygate request. By this they are protected against manipulation by a consumer. 

The Custom-value is added to the Computop Paygate response in plain text and the "|" is replaced by a "&". By this you can put a single value into Custom-parameter and get multiple key-value-pairs back in response for your own purpose. 

Please find a samples here: Custom

Der "Custom"-Parameter wird vor der Verschlüsselung an den Aufruf angehängt und ist Teil des verschlüsselten "Data" im Computop Paygate Aufruf. Dadurch ist der Wert gegen Manipulation geschützt. 

Der Custom-Wert wird dann in Klartext an die Computop Paygate-Antwort angehängt und dabei wird "|" durch "&" ersetzt. Dadurch können Sie einen Custom-Wert übergeben und bekommen mehrere Key-Value-Paare zu Ihrer eigenen Verwendung in der Antwort zurück.

Hier finden Sie ein Beispiel: Custom

Key

Format

CND

Description

Beschreibung
TransactionIDans..64MUnique transaction number returned by PaybackEindeutige von Payback zurückgegebene Transaktionsnummer 
redemptionfactoran..5OThe redemption factor can be used to calculate the equivalent value of the redeemed points in Euros. As 100 points are the equivalent of 1 EUR the factor in Germany will be 0.01

Mit dem Einlösefaktor lässt sich der Gegenwert der eingelösten Punkte in Euro berechnen. Da 100 Punkte 1 EUR entsprechen, beträgt der Faktor in Deutschland 0.01

pointsredeemedn..10OThe amount of the points in a PAY redemption transaction. It will exist only in case of mobile redemption. If exists it has to be a natural number.

Der Betrag der Punkte in einer PAY-Einlösungstransaktion. Er existiert nur bei mobiler Einlösung. Falls vorhanden, muss es eine natürliche Zahl sein.

payamountn..10OThe PAY amount of the PAY transaction including VAT. It will exist only in case of mobile redemption. If redemption transaction is fully paid with points this will be 0.Der PAY-Betrag der PAY-Transaktion inklusive Mehrwertsteuer. Er existiert nur bei mobiler Einlösung. Wenn die Einlösungstransaktion vollständig mit Punkten bezahlt wird, beträgt dieser 0.
ApprovalCodean..10OOptional external authorization identifier for the PAY transaction. Populated by Verifone Payments as the unique authorization identifier of the payment transaction.Optionale externe Autorisierungskennung für die PAY-Transaktion. Wird von Verifone Payments als eindeutige Autorisierungskennung der Zahlungstransaktion ausgefüllt.
paymentmethodenumOThis field represents the detailed payment method which is used to pay the PAY amount: Sepa, VISA, MasterCardDieses Feld gibt die detaillierte Zahlungsmethode an, die zur Zahlung des PAY-Betrags verwendet wird: Sepa, VISA, MasterCard
pointamountn..10OThe PAYBACK points amount of the PAY transactionDer PAYBACK-Punktebetrag der PAY-Transaktion
Accountidan..10MIt is the 10 digit PAYBACK user ID of the customer handed over by the merchant, used to check if the right user fulfills the paymentDas ist die vom Händler übergebene 10-stellige PAYBACK-Benutzerkennung des Kunden, mit der überprüft wird, ob der richtige Benutzer die Zahlung ausführt
Customeridans..30MThe PAYBACK membership identifier is only available in case of an active account binding and used to push users to fulfill transactionsDie PAYBACK-Mitgliedskennung steht nur bei aktiver Kontobindung zur Verfügung und dient dazu, Nutzer zur Erfüllung von Transaktionen zu bewegen
IsboundboolMInformation if the PAYBACK account is banded on the merchant side. Only in this case users can be pushed: True | FalseInformation, ob das PAYBACK-Konto händlerseitig gebunden ist. Nur in diesem Fall können Benutzer gepusht werden: True | False
CustomergroupenumMInformation by the merchant about the customer which are used by Verifone Payments for risk evaluation: KNOWN | UNKNOWNInformationen des Händlers über den Kunden, die von Verifone Payments zur Risikobewertung verwendet werden: KNOWN | UNKNOWN

Result parameters for URLNotify, URLSuccess and URLFailure in case of PAYBACK PAY payment



Credit with reference

Credits (refunds) are possible via a Server-to-Server connection. For a Credit with reference to a capture 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:

 

Notice: For security reasons, Computop Paygate rejects all payment requests with formatting errors. Therefore, please use the correct data type for each parameter.

The following table describes the encrypted payment request parameters:

Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.

The table is being loaded. Please wait for a bit ...

KeyFormatCNDDescriptionBeschreibung

MerchantID

ans..30

M

MerchantID, assigned by Computop. Additionally this parameter has to be passed in plain language too.

HändlerID, die von Computop vergeben wird. Dieser Parameter ist zusätzlich auch unverschlüsselt zu übergeben.

KeyFormatCNDDescriptionBeschreibung
PayID

an32

M

ID assigned by Paygate for the payment to be credited

Vom Paygate vergebene ID für die gutzuschreibende Zahlung

KeyFormatCNDDescriptionBeschreibung
TransID

ans..64

MTransactionID provided by you which should be unique for each paymentIhre eigene TransaktionsID, die für jede Zahlung eindeutig sein muss

KeyFormatCNDDescriptionBeschreibung
Amount

n..10

M

Amount in the smallest currency unit (e.g. EUR Cent). Please contact the Computop Helpdesk, if you want to capture amounts <100 (smallest currency unit).

Betrag in der kleinsten Währungseinheit (z.B. EUR Cent). Bitte wenden Sie sich an den Computop Helpdesk, wenn Sie Beträge < 100 (kleinste Währungseinheit) buchen möchten.

KeyFormatCNDDescriptionBeschreibung
Currency

a3

M

Currency, three digits DIN / ISO 4217, e.g. EUR, USD, GBP. Please find an overview here: A1 Currency table

Währung, drei Zeichen DIN / ISO 4217, z.B. EUR, USD, GBP. Hier eine Übersicht: A1 Währungstabelle

KeyFormatCNDDescriptionBeschreibung
refnr

ns..30

O

Merchant’s unique reference number

Eindeutige Referenznummer des Händlers

KeyFormatCNDDescriptionBeschreibung

MAC

an64

M
Hash Message Authentication Code (HMAC) with SHA-256 algorithm. Details can be found here:
Hash Message Authentication Code (HMAC) mit SHA-256-Algorithmus. Details finden Sie hier:

KeyFormatCNDDescriptionBeschreibung
ReqId

ans..32

O

To avoid double payments or actions (e.g. by ETM), enter an alphanumeric value which identifies your transaction and may be assigned only once. If the transaction or action is submitted again with the same ReqID, Computop Paygate will not carry out the payment or new action, but will just return the status of the original transaction or action.

Please note that the Computop Paygate must have a finalized transaction status for the first initial action (authentication/authorisation). This does not apply to 3-D Secure authentications that are terminated by a timeout. The 3-D Secure Timeout status does not count as a completed status in which the ReqID functionality on Paygate does not take effect. Submissions with identical ReqID for an open status will be processed regularly.

Notice: Please note that a ReqID is only valid for 12 month, then it gets deleted at the Paygate.

Um Doppelzahlungen (z.B. durch ETM) zu vermeiden, übergeben Sie einen alphanumerischen Wert, der Ihre Transaktion oder Aktion identifiziert und nur einmal vergeben werden darf. Falls die Transaktion oder Aktion mit derselben ReqID erneut eingereicht wird, führt das Computop Paygate keine Zahlung oder weitere Aktion aus, sondern gibt nur den Status der ursprünglichen Transaktion oder Aktion zurück.

Bitte beachten Sie, dass das Computop Paygate für die erste initiale Aktion (Authentifizierung/Autorisierung) einen abgeschlossenen Transaktionsstatus haben muss. Dies gilt nicht für 3-D Secure Authentifizierungen, die durch einem Timeout beendet werden. Der Status 3-D Secure Timeout gilt nicht als abgeschlossener Status, bei dem ReqID-Funktionalität am Paygate nicht greift. Einreichungen mit identischer ReqID auf einen offenen Status werden regulär verarbeitet.

Hinweis: Bitte beachten Sie, dass eine ReqID nur 12 Monate gültig ist, danach wird sie vom Paygate gelöscht.

Parameters for credit payments with PAYBACK PAY via socket connection


The following table describes the result parameters with which the Computop Paygate responds to your system

(info) pls. be prepared to receive additional parameters at any time and do not check the order of parameters

(info) the key (e.g. MerchantId, RefNr) should not be checked case-sentive

Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.

The table is being loaded. Please wait for a bit ...

KeyFormatCNDDescriptionBeschreibung

mid

ans..30

M

MerchantID, assigned by Computop

HändlerID, die von Computop vergeben wird

KeyFormatCNDDescriptionBeschreibung
PayID

an32

M

ID assigned by Paygate for the payment, e.g. for referencing in batch files as well as for capture or credit request.

Vom Paygate vergebene ID für die Zahlung; z.B. zur Referenzierung in Batch-Dateien sowie im Capture- oder Credit-Request.

KeyFormatCNDDescriptionBeschreibung
XID

an32

M

ID for all single transactions (authorisation, capture, credit note) for one payment assigned by Paygate

Vom Paygate vergebene ID für alle einzelnen Transaktionen (Autorisierung, Buchung, Gutschrift), die für eine Zahlung durchgeführt werden

KeyFormatCNDDescriptionBeschreibung
TransID

ans..64

MTransactionID provided by you which should be unique for each paymentIhre eigene TransaktionsID, die für jede Zahlung eindeutig sein muss

KeyFormatCNDDescriptionBeschreibung
Status

a..50

M

OK (URLSuccess) or FAILED (URLFailure)

OK (URLSuccess) oder FAILED (URLFailure)

KeyFormatCNDDescriptionBeschreibung
Description

ans..1024

M
Further details in the event that payment is rejected. Please do not use the Description but the Code parameter for the transaction status analysis!
Nähere Beschreibung bei Ablehnung der Zahlung. Bitte nutzen Sie nicht den Parameter Description, sondern Code für die Auswertung des Transaktionsstatus!

KeyFormatCNDDescriptionBeschreibung
Code

n8

M

Error code according to Paygate Response Codes (A4 Error codes)

Fehlercode gemäß Paygate Antwort-Codes (A4 Fehlercodes)

KeyFormatCNDDescriptionBeschreibung
Amount

n..10

M

Amount in the smallest currency unit (e.g. EUR Cent). Please contact the Computop Helpdesk, if you want to capture amounts <100 (smallest currency unit).

Betrag in der kleinsten Währungseinheit (z.B. EUR Cent). Bitte wenden Sie sich an den Computop Helpdesk, wenn Sie Beträge < 100 (kleinste Währungseinheit) buchen möchten.

KeyFormatCNDDescriptionBeschreibung
Currency

a3

M

Currency, three digits DIN / ISO 4217, e.g. EUR, USD, GBP. Please find an overview here: A1 Currency table

Währung, drei Zeichen DIN / ISO 4217, z.B. EUR, USD, GBP. Hier eine Übersicht: A1 Währungstabelle

Key

Format

CND

Description

Beschreibung

paymentmethod

enum

M

Payment method used for refund: Sepa, VISA, MasterCard.

Für die Rückerstattung verwendete Zahlungsmethode: Sepa, VISA, MasterCard.

payamount

n..10

M

The amount (e.g. -5500) that has been refunded by Sepa or credit card

Der Betrag (z. B. -5500), der per Sepa oder Kreditkarte erstattet wurde

pointamount

n..10

M

The PAYBACK points amount of the PAY transaction

Der PAYBACK-Punktebetrag der PAY-Transaktion

pointsredeemed

n..10

M

The amount of the points in a PAY redemption transaction. It will exist only in case of mobile redemption. If exists it has to be a natural number.

Der Betrag der Punkte in einer PAY-Einlösungstransaktion. Er existiert nur bei mobiler Einlösung. Wenn vorhanden, muss er eine natürliche Zahl sein.

RedemptionFactor

an..5

M

The redemption factor can be used to calculate the equivalent value of the redeemed points in Euros. As 100 points are the equivalent of 1 EUR the factor in Germany will be 0.01

Mit dem RedemptionFactor lässt sich der Gegenwert der eingelösten Punkte in Euro berechnen. Da 100 Punkte 1 EUR entsprechen, beträgt der Faktor in Deutschland 0.01.

Response parameters for credit payments with PAYBACK PAY via socket connection


Sample Requests

SALE-Request - unencrypted

MerchantID=your_merchant_id&TransID=TID-1708359886429-007402090222&RefNr=axxhz03307kbewu01655harys&CustomerId=9530c279-f13d-41db-b6a4-19488541bee9&Amount=5500&Currency=EUR&URLSuccess=https://www.your.url/success.php&URLFailure=https://www.your.url/failure.php&URLNotify=https://www.your.url/notify.php&sdStreet=Bergstrasse&sdStreetNr=1&sdZIP=96050&sdCity=Bamberg&sdCountryCode=DE&ArticleList=ew0KICAgICJpdGVtcyI6IFsNCiAgICAgICAgew0KICAgICAgICAgICAgIml0ZW1SZWZlcmVuY2UiOiAiMSIsDQogICAgICAgICAgICAiaWQiOiAiQ2xpY2srK0NvbGxlY3QiLA0KICAgICAgICAgICAgIm5hbWUiOiAiQ2xpY2srK0NvbGxlY3QiLA0KICAgICAgICAgICAgInF1YW50aXR5IjogMSwNCiAgICAgICAgICAgICJhbW91bnQiOiA1MDAsDQogICAgICAgICAgICAidmF0QW1vdW50IjogMCwNCiAgICAgICAgICAgICJ2YXRQZXJjZW50IjogMCwNCiAgICAgICAgICAgICJ0eXBlIjogIlNISVBQSU5HIg0KICAgICAgICB9LA0KICAgICAgICB7DQogICAgICAgICAgICAiaXRlbVJlZmVyZW5jZSI6ICIyIiwNCiAgICAgICAgICAgICJpZCI6ICI2NTQzMjciLA0KICAgICAgICAgICAgIm5hbWUiOiAiVGVzdCBwcm9kdWN0MiIsDQogICAgICAgICAgICAicXVhbnRpdHkiOiAxLA0KICAgICAgICAgICAgImFtb3VudCI6IDUwMDAsDQogICAgICAgICAgICAidmF0QW1vdW50IjogMCwNCiAgICAgICAgICAgICJ2YXRQZXJjZW50IjogMCwNCiAgICAgICAgICAgICJ0eXBlIjogIkdPT0RTIg0KICAgICAgICB9DQogICAgXQ0KfQ0K&VatList=ew0KICAgICJpdGVtcyI6IFsNCiAgICAgICAgew0KICAgICAgICAgICAgInJhdGUiOiAwLA0KICAgICAgICAgICAgImFtb3VudCI6IDANCiAgICAgICAgfQ0KICAgIF0NCn0NCg==&DeviceId=dev123&AccountID=9876543210&IsBound=true&CustomerGroup=KNOWN&sdCompany=MyCompanyGmbH&sdAdditionalInfo=Click++Collect&Type=PaybackPay&MAC=453ccfc8be2f1cc5c0c7978651920991eff6dd620c78ab3cbd0ef84a7d2d21cf

UrlNotify - Authorize_request

mid=your_merchant_id&PayID=e750aaf2b0b34ab5bc5027b098b17b00&XID=6c92cadeae574d7c82f5c2ce41ba7cf5&TransID=TID-1708346969344-077409836028&refnr=ygbvb06293amohs08348xjtlq&Type=PaybackPay&TimeStamp=19.02.2024 14:08:32.148&redirecturl=https://www.tst1.pb-nonprod.de/site-demo/payauthorization?ecomid=65775a20-abc5-4a96-882a-59694a6d09e2&Amount=5500&Currency=EUR&TransactionID=65775a20-abc5-4a96-882a-59694a6d09e2&Code=0&Status=AUTHORIZE_REQUEST&Description=SUCCESS&MAC=4C2422A7FD3F7CF3917CA0AF147E32A14CEED8FCE223279C81A40C147FEC33EF 

UrlNotify - Success, fully paid with SEPA

mid=your_merchant_id&PayID=e750aaf2b0b34ab5bc5027b098b17b00&TransID=TID-1708346969344-077409836028&XID=6c92cadeae574d7c82f5c2ce41ba7cf5&Code=00000000&refnr=ygbvb06293amohs08348xjtlq&Status=OK&Description=success&Type=PaybackPay&TimeStamp=19.02.2024 14:08:32&paymentmethodtype=0&paymentmethod=Sepa&redemptionfactor=0.01&pointsredeemed=0&payamount=5500&pointamount=0&accountid=9876543210&customerid=9530c279-f13d-41db-b6a4-19488541bee9&isbound=True&customergroup=KNOWN&Amount=5500&MAC=FD5B5EC4002110525A5C907A758E998C2472A9347DBD90F3160862109933DFBA 

UrlNotify - Success, fully paid with Payback Points (5500)

mid=your_merchant_id&PayID=83eb6cf794714bcd8febc383a43e641b&TransID=TID-1708349169009-006207053003&XID=79ff6c94eaa843fd8fb285e27ec763d2&Code=00000000&refnr=psphu0pnltq060sjxtp0295ix&Status=OK&Description=success&Type=PaybackPay&TimeStamp=19.02.2024 14:26:19&paymentmethodtype=0&paymentmethod=0&redemptionfactor=0.01&pointsredeemed=5500&payamount=0&pointamount=0&accountid=9876543210&customerid=9530c279-f13d-41db-b6a4-19488541bee9&isbound=True&customergroup=KNOWN&Amount=5500&MAC=6DA6EF6FEEE00D066BBD92AC364E425A573C747666999A6CF7025CEF920C8EFD 

UrlNotify - Success, partially paid with SEPA (50,00 EUR) and Payback Points (500)

mid=your_merchant_id&PayID=fc4190702e1c40dc9e72aa4ab19eb16e&TransID=TID-1708349488037-083700247017&XID=3314ec645dec489e92fe88cc06f1f8d0&Code=00000000&refnr=offcc0821rbqrb01415wpsge0&Status=OK&Description=success&Type=PaybackPay&TimeStamp=19.02.2024 14:31:42&paymentmethodtype=0&paymentmethod=Sepa&redemptionfactor=0.01&pointsredeemed=500&payamount=5000&pointamount=0&accountid=9876543210&customerid=9530c279-f13d-41db-b6a4-19488541bee9&isbound=True&customergroup=KNOWN&Amount=5500&MAC=09C22AAFC783A38C90DFAB6A95AA8920568AAA6013DFEFFB70CAF47F0A7AE9D1 


Sample Screenshots




  • 55,00 EUR to pay
  • can be paid with PAYBACK Points or direct debit or card
  • 200 points have been selected for payment
  • 53,00 EUR will be paid via direct debit
  • Payment was successful