Payment Platform (XS2A.pay)
With this platform, payments can be set up with one time access to the online bank account. You will also be able to take into account important risk and fraud criteria (so-called security check) which we can set individually based on your needs.
Tink Germany is acting as a purely technical service provider and will not be involved in the actual flow of money. The money is transferred directly from the users's bank account to the provider's designated receiving account.
At the initial call by the provider, the basic information of the payments (amount, currency, purpose, receiving account) to be executed on the online banking account is specified. The user is then requested to interact (login to online banking). After successful login, account selection and TAN entry by the user, if applicable, the security check is carried out and the SEPA Credit Transfer is then initiated in the background. As a result, a list of all successfully initiated transactions or details of individual transactions can subsequently be called up.
Basic integration
View the full technical documentation of this product here.
Authentication (Documentation)
All authentication in our API is done via HTTP basic authentication.
Create xs2a.pay object (Documentation)
The first step is to configure a payment object that defines what our API needs to do in the process of the payment afterward.
As result, you will get a wizard_session_key
and a transaction
value.
You need to use these values in the next steps so you should store them in your system related to the user.
Show the created payment session to the user
This step depends on the integration variant you want to use. In all variants, the wizard_session_key
and the transaction
value is used later.
Retrieve information after the payment is finished (Documentation)
We recommend registering a webhook in our application to get informed about specific events.
After the payment is finished successfully you can retrieve information about the transaction from our API. Please note that some of this information is also provided in the webhook therefore this step is optional.
You will receive detailed information about the payment.
Update the payment status
In cases where you might have information about the reconciliation status of the transaction we kindly ask you to inform us via our manual overwrite status functionality for status lost and received.
We also offer a reconciliation service from our side, to get more information please follow the link below.
Recon Payment Platform (XS2A.pay)Name check
If you need to be sure, before a payment is initiated, that your user's name is also the same as the account holders name of the provided account, we can check the provided name against the account holder of the selected reference account in the bank connection. When making the request, only the first name and surname to be checked/validated must be provided. As a result, you will be informed whether there is a match or not.
The name matching logic is a combination of a precisely developed rule set in combination with an algorithm. It is sufficient if one of the requested first and last names are found as the account holder of the reference account. This means, for example, if a request is made with only one of the first and/or last names, a match can still be assumed for both individual accounts with several first names as well as for joint accounts.
Samples for a name matching :
first_name | last_name | account holder |
Maximilian Hartmut | Mustermann | Maximilian Mustermann |
Maximilian | Mustermann | Maximilian und Erika Mustermann Maximilian |
Full consistency of the names - "true match"
In some cases, it might be very important to match the full name very exactly. Therefore we offer additionally to the pinned holder name check log the "true match" functionality. This extends the pinned holder logic by a very strict decision taking, in particular for typos, letter turners and truncated names.
Last updated