PSD2 - The Payment Services Directive is an EU Directive that regulates payment services and payment service providers throughout the European Union (EU) and European Economic Area (EEA)
Questions tagged [psd2]
19 questions
0
votes
1 answer
Implement 2FA in GraphQL
Hello I would like to implement a 2FA with GraphQL. In my case, I want my API to be compliant with PSD2.
Is this possible and how can I implement this, when I want to send a OTP to a user?
Here is an extract from PSD2 to the two factor…

Teeage
- 1
- 1
0
votes
1 answer
Verify eIDAS client certificate(qwac) on server side
I try to create java server which could be verificat client qwac certificate (TLS). I load to trustcacerts certificates from all urls from https://ec.europa.eu/tools/lotl/eu-lotl.xml in tags , than via postman try to make request to https to my…

Николай Деменков
- 41
- 9
0
votes
1 answer
The support of custom bank functionality (bank-specific payment, bank-specific account information) by Xs2a
While implementing HBCI protocol in OpenBanking API gateway I've stumbled upon the fact that HBCI/FinTs protocol allows calling 'custom' bank functions that exist only within one bank.
For example, there is a section Geschäftsvorfälle für den…

Valentyn
- 171
- 1
- 5
0
votes
2 answers
Unable to obtain the same sha256 hash in python and javascript
I am following the steps to call a PSD2 endpoint, base64 code the message, then get SHA256 to obtain the Hash from it and get the base64 of the hash. I am using the same values of the examples to check if I am doing it right. They also provide a…

NoiK
- 162
- 1
- 11