Questions tagged [psd2]

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)

18 questions
11
votes
4 answers

How to create eIDAS certificate with QWAC and QSealC profiles (PSD2 specific attributes) for testing

I want to create a eIDAS certificate with QWAC and QSealC profiles with PSD2 specific attributes as mentioned in the doc. Please help me, this is just for testing…
6
votes
6 answers

Where to find the PSD2 technical specification?

PSD2, The Payment Services Directive of the EU. Financial institutions in the EU need to be PSD2 compliant, and there's a bunch of vendors claiming PSD2 compliancy. PSD2 is supposed to be a uniform EU-wide standard, and there's a million…
bbozo
  • 6,148
  • 1
  • 26
  • 47
5
votes
2 answers

How to manage client certificates for mutual TLS to be used within AWS Lambda

Our team is using AWS Lambda functions and API Gateway to facilitate connections to open banking API's within Europe. (PSD2). Our Lambda's are written in NodeJS. PSD2 requires Mutual TLS, which is fine and we have everything correctly implemented…
Michael Doye
  • 7,070
  • 4
  • 35
  • 51
4
votes
1 answer

Revolut OpenBanking API Authentication and Authorization

I am trying to use Revolut Open Banking API and I can't figure out how the authorization and authentication flow works. What is the dynamic client registration? Should I register the application every single time I start my application? What about…
rpf
  • 3,404
  • 9
  • 35
  • 47
3
votes
2 answers

PSD2 SagePay - what requirements

Do I need to change anything within my payment gateway script on my ecommerce website, so it complies with PSD2 requirements on sagepay hosted? I don't take payments on my website, but redirect people to SagePay. My question is according to…
vincent
  • 31
  • 2
3
votes
0 answers

How to get Test eIDAS certificate

Need eIDAS certificate with QWAC and QSEAL for PSD2. Can some one let us know how can we get test eIDAS certificate for PSD2 ?
Gaurav
  • 61
  • 10
2
votes
1 answer

OpenSSL Error in Req when generating self-signed certificate

I created CSR file eidas.csr following content oid_section = OIDs [ req ] distinguished_name = dn prompt = no [ OIDs ] OrganizationID=2.5.4.97 [ dn ] O=Enable Banking…
2
votes
0 answers

Implement dynamic scope in spring security OAuth

I am developing an open banking software, the bank user(also called customer) must allow a third party software to call banking services such as cash withdrawal and transaction viewing for one of his accounts for a limited amount. To implement this…
2
votes
2 answers

New Stripe SCA checkout flow in Rails

I'm struggling with switching my Rails app to the new Stripe checkout flow to accommodate the new SCA regulation. I want to implement the simple dynamic product routine found in this link:…
allesklar
  • 8,977
  • 6
  • 33
  • 50
1
vote
1 answer

QSEALC/QWAC .NET library for identifying actors in PSD2 API communications

We are looking to extract additional information from QSEALC/QWAC client certificate in primarily .NET Core code. Optionally in golang or nodejs. The qualified data (found as an extension to the X509 certificate) is encoded according to ETSI TS 119…
krembanan
  • 1,318
  • 11
  • 28
1
vote
0 answers

PSD2 Consent Management with Spring Security OAuth2

We're working on exposing our PSD2 Banking API via Spring OAuth2 to handle 3-legged OAuth flow. Part of our PSD2 approach is that we will present a consent UI where the customer can select which bank accounts are exposed and what type of scope is…
0
votes
2 answers

Is there an equivalent to the default source, when using SetupIntent & PaymentIntent?

With the Sources API, every customer had a default_source, but when using SetupIntent (in order to be compliant with the PSD2/SCA directive), there doesn't seem to be any direct equivalent. So my question is, how this can be properly represented…
Martin Zeitler
  • 49,224
  • 12
  • 97
  • 156
0
votes
0 answers

NextGenPSD2/Xs2a Future payments inside AccountInformationServices (AIS) transactions endpoint response body

In PSD2/Xs2a, according to the specification the response body of GET /v1/accounts/{account-id}/transactions endpoint has account reports section (transactions) that contains booked, pending, information transaction types. The current version of the…
Valentyn
  • 51
  • 1
  • 5
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
  • 51
  • 1
  • 5
0
votes
0 answers

How to generate eIDAS certificate from QWAC and QSEAL Psd2 in Java

I want to generate eIDAS certificate, I have QWAC.der and QSEAL.der
Shrikant
  • 86
  • 1
  • 4
1
2