Questions tagged [stripe-sca]
8 questions
17
votes
3 answers
Stripe Checkout - Create Session - Apply Tax Rates on subscriptions
I'm trying to set up the new Stripe Checkout Create session. I'm not able to set the tax rate on the subscription during the session creation as the subscription is automatically created by Stripe.
I have set up a Tax rate on the dashboard with the…

Shankar ARUL
- 12,642
- 11
- 68
- 69
5
votes
1 answer
Stripe 3D secure authorization pop up missing
Here is my HTML form and use the stripe latest PaymentIntent API. My problem is i am not getting the 3D secure authorization pop up. Can anyone please help me to guide the thins making me wrong? I have tried to follow the stripe docs…

Rafiq
- 86
- 1
- 8
1
vote
1 answer
Updating Stripe payments for SCA with recurring billing model
I'm currently migrating my app from using the Stripe Charges API to use the Stripe PaymentIntents API, in order to comply with SCA regulations. My application is a subscription service with a recurring billing model, so I've been generally following…

RTF
- 6,214
- 12
- 64
- 132
0
votes
1 answer
Laravel 8 Stripe: PaymentIntent could not be captured because it has a status of requires_action
I am getting the below error. The PaymentIntent could not be captured because it has a status of requires_action. Only a PaymentIntent with one of the following statuses may be captured: requires_capture. This is my code to create a 3d secure…

Rezaul H Reza
- 3
- 1
- 3
0
votes
0 answers
Stripe plan dynamic plan with sca
My issue:
I am working on a subscription or installment based application so the user gets whatever amount they had to for 3 or 6 months. I used stripe plan and schedule method to accomplish this:
When creating plan if the price is provided manually…

jones
- 749
- 7
- 34
0
votes
1 answer
How to implement 3d secure authentication in stripe?
//Code Sample

Rashmi Ranjan
- 1
- 1
- 1
0
votes
1 answer
How to change credit cards on active subscriptions in Stripe while being SCA compliant (Intents API)?
I have multiple active subscriptions that were set up by my customers using their credit cards when signing up using intents API for SCA compliability.
Let's assume their cards expire and they want to change the default card they use on all their…

Roberto
- 403
- 2
- 9
0
votes
1 answer
Stripe SCA need to handle next action
I am using string in this application perviously but all the things done by backend developer but now stripe change their implementation and give support for European payment change (Supporting 3D Secure Authentication) with SCA so now i need to add…

Chirag Shah
- 3,034
- 1
- 30
- 61