Questions tagged [strong-customer-authentication]

Use this tag when discussing adding payment details to meet Strong Customer Authentication requirements.

Strong Customer Authentication is a payment verification process that will typically require customers to provide two different forms of authentication from card holders in order to process transactions. SCA will be required on most transactions in Europe from September 14 of this year.

8 questions
1
vote
0 answers

"AndroidKeyStore" with custom passcode or different provider with secure hardware protection

I'm implementing SCA (Strong Customer Authentication) on Android. There are 3 factors on SCA which are following: Something you know (customer's 6 digit passCode) Something you have (device secure hardware) Something you are (biometrics) So for…
1
vote
1 answer

implementing stripe with strong customer authentication

I am trying to create a word-press plugin with stripe that support strong customer authentication. charges with stripe is working fine for me. I have referred this link https://www.codexworld.com/stripe-payment-gateway-integration-php/ for creating…
Ajzz
  • 340
  • 1
  • 7
  • 22
1
vote
1 answer

How to write an integration spec for Stripe Strong Customer Authentication

We're updating our applications integration of Stripe to use strong customer authentication. I want to test that our integration triggers the appropriate Javascript when the customer confirms using 3d secure. The problem that I'm running into is…
keoghpe
  • 406
  • 5
  • 18
0
votes
0 answers

Does Laravel Spark handle SCA (strong customer authentication)?

I'm over trying to fumble my way through building a payment system for Laravel with Cashier and Stripe. I got basic payments working, but I need to be able to handle payments with Strong Customer Authentication. Spark looks like it would be…
0
votes
1 answer

Check Google pay's authentication mode

I'd like to set my Google pay to accept both authentication modes: "PAN_ONLY" and "CRYPTOGRAM_3DS". Then, during transaction flow, when I get the token, before I process the transaction - how can I check which authentication mode was applied by…
GyRo
  • 2,586
  • 5
  • 30
  • 38
0
votes
1 answer

I've implemented my Stripe payment to be SCA Compliant but can't tell if payments are leveraging the SCA feature

I've implemented the Stripe payment to be SCA Compliant and am using the PaymentIntent. When I look at the charges, I see the pi_ prefix instead of the ch_ prefix. However, it's possible I need to roll this back due to some implementation details I…
Liz Miner
  • 287
  • 1
  • 3
  • 12
0
votes
1 answer

Client app calling Stripe API after card form exit, for future payment

I am adding Stripe 3D secure to a React-Native app, following the document at https://stripe.com/docs/payments/save-and-reuse -- save the card, and charge off-session later when the service is completed. For saving card, my app uses a WebView…
0
votes
1 answer

How can I provide billing details for SCA compliance using Stripe Payment Intents?

I am using Stripe Payment Intents, following the instructions in the Payment Intents Quickstart. As the docs note: To ensure that your integration is SCA-ready, be sure to always provide the customer’s name, email, billing address, and shipping…
mikemaccana
  • 110,530
  • 99
  • 389
  • 494