psd2

New Stripe SCA checkout flow in Rails

孤街醉人 提交于 2020-07-05 05:12:17
问题 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: https://stripe.com/docs/payments/checkout/migration#api-products-after I can't figure out where to put the different pieces of code. What should go in: - controller -> in which methods - views -> the event show view for example. The form/button the user will click - javascript -> how to pass the right

New Stripe SCA checkout flow in Rails

余生颓废 提交于 2020-07-05 05:12:10
问题 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: https://stripe.com/docs/payments/checkout/migration#api-products-after I can't figure out where to put the different pieces of code. What should go in: - controller -> in which methods - views -> the event show view for example. The form/button the user will click - javascript -> how to pass the right

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

筅森魡賤 提交于 2019-12-03 13:08:02
问题 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 purposes. https://docbox.etsi.org/ESI/Open/Latest_Drafts/ts_119495v000003_for-public-review.pdf 回答1: I had the same requirement months ago, and I wrote a eIDAS test certificate generator compliant psd2. I followed the ASN.1 Declaration giving by the "ts_119495v000003_for-public-review.pdf" document. here is the link to generate

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

橙三吉。 提交于 2019-12-03 04:10:28
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 purposes. https://docbox.etsi.org/ESI/Open/Latest_Drafts/ts_119495v000003_for-public-review.pdf I had the same requirement months ago, and I wrote a eIDAS test certificate generator compliant psd2. I followed the ASN.1 Declaration giving by the "ts_119495v000003_for-public-review.pdf" document. here is the link to generate eIDAS test certificate generator And then here xs2a open srce we have write some certificate extractor, to