#standby2852
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- standby2852, 4 hours ago, 36 messages
I'm afraid that is not possible. SCA or 3DS is required by regulation or the bank issuers.
If I am using the card that requires 3DS/SCA. I should confirm the invoice pay of the subscription each time. Right?
@amber sluice Busy?
As mentioned by my coworker earlier, you should have customer online and gone through the SCA. If you follow the integration guide here with Payment Element with payment intent client secret, Payment Element will handle 3DS for you: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
If so, confirm with 3DS/SCA every time. Right?
3DS/SCA might not happen for every payment. If 3DS/SCA is required, you should bring customer to perform the authentication. There are two ways to do so:
- Bring to your website and confirm payment again; OR
- Send email to the customer to perform 3DS by enabling "Send a Stripe-hosted link for customers to confirm their payments when required" in https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
How can I check if the payment requires 3DS/SCA?
invoice.payment_action_required event will be sent to inform your system that 3DS will be required: https://stripe.com/docs/billing/subscriptions/webhooks#additional-action
Let me check. Thank for your help.
No problem! Happy to help 😄