#akii-Webhook
1 messages · Page 1 of 1 (latest)
Hi there, there's no webhook event that tells you directly if a credit card is expiring soon, but you can listen to payment_method.automatically_updated (https://stripe.com/docs/api/events/types#event_types-payment_method.automatically_updated) to get notified a payment method’s details are automatically updated by the network.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay
Hi Jack, I have saved a CC 4000002760003184 which always requires authentication. Still when im making a paymentIntent, it does not return me a status as "requires_action". What can i do for this?
Can you share with me the PaymentIntent ID?
sure here pi_3LLJPuGLOO5b7AOM12U9HEuz
Thanks. When a PaymentIntent is in requires_action status, you need to notify your customer and bring them to your webpage where you can call stripe.confirmPayment to initiate the 3DS flow https://stripe.com/docs/billing/subscriptions/overview#requires-action
Yes, but this was in require_authentication status,
When it should be requires_action
The status is requires_action, you can check the PaymentIntent object again.
Im confused, when i checked i did not get this status
https://stripe.com/docs/payments/intents I'd suggest you to take a look at this flow chart, it contains all the statuses of a PaymentIntent
I am actually first making an Invoice.
Then getting the Paymnet Intent
Hi, I had one more issue, There are a lot of stripe API calls going from frontend with stripe/0 , why is that?
??
do you have the exact domain?
it's to provide information to Stripe to prevent fraud : https://stripe.com/docs/disputes/prevention/advanced-fraud-detection
if you don't mind, could you share the issue again?
I think the issue is fixed for me.. Thanks again