giropay
Last updated
Was this helpful?
Last updated
Was this helpful?
giropay transactions can also be processed via the Saferpay JSON API. However, as giropay is a third party provider, there are a few things to consider.
A and thus a valid identification with a username and password for the Saferpay system.
At least one active Saferpay terminal via which payment can be carried out and the associated Saferpay TerminalId.
A valid giropay merchant account
A valid Merchant Authorization Reference
The general integration of giropay can only be done via the and requires the following things to be noted:
JSON API Version 1.5 or later
giropay restricts the Payment.OrderId
to a maximal length of 20 characters. The OrderId
will be automatically trimmed if it exceeds the maximal length. Please keep this in mind to properly handle the use of the OrderId
.
giropay does not support the . .
The notification URLs, inside theNotification
container are mandatory, in order to avoid missing payment successes. See the for further information.
The processing of giropay transactions requires that the delivery address data is submitted. The minimum required delivery address values are:
FirstName
LastName
Zip
City
CountryCode
If the minimum required delivery data is missing or not complete, the Payment Page delivery address form, will be displayed during the payment process for the cardholder/purchaser to enter or complete the missing values. In this case the delivery address form is displayed regardless of the DeliveryAddressForm
configuration (true or false).
Feature
Support
❌
Multipart Captures
❌
Secure Card Data
❌
✅
Recurring Payments
❌
3D Secure
❌
Dynamic Currency Conversion
❌
Mail Phone Order
❌
✅
Omni-Channel
❌
If the minimum required delivery address values are submitted during the , the delivery address form will not be displayed or will be skipped, except if the DeliveryAddressForm
value is set to true
.
/
Please refer to, if you want to test giropay .