#smartkiparis
1 messages · Page 1 of 1 (latest)
Hi
But if we use 3DS card to test this functionality Stripe do not allow us to do that
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
pm_1MiykaJ4pJTaRArrmuazgFOK - here is an ID of our error transaction
we found this in Stripe Dashboard
It says that it was declined by bank because requires 3ds authorisation
This is showing that Payment was declined by customer's bank, I don't see a refund request ?
This is normal because customer didn't did the 3ds authentication and the bank declined the request, Stripe has no impact on that.
Ok, but is there any way to charge an updated sum from a 3ds card without this authentication?
if a client will call a manager and ask to update an order, then manager in an admin panel will change the order and update a charging sum. Previous paid sum refunds and then we try to charge an updated sum using the saved method
via Dashboard ? if the customer has a saved and authenticated payment method so yeah :
This is an example of how to
https://stripe.com/docs/invoicing/dashboard
maybe there is some way to automatically send a Customer some kind of a link to confirm a payment with a 3ds?
No, not via a dashboard. We have an admin panel on our web site
Where we see all orders and have an ability to edit them
which causes in changing price of that order
Yes you can use Invoices for that, customer can get an email and fill their payment details
You an integrate this using a single time invoice
https://stripe.com/docs/invoicing/integration/quickstart
Can you send me a link to docs that describe that update of PaymentInten is not possible for 3DS cards without authentication?
And also can you confirm that if we do a proper payment flow, on PaymentIntent update we can provide a page or a frame with payment details for Customer to confirm his payment?
What kind of update you want to do ?
You can do several test using 3DS test cards:
https://stripe.com/docs/testing#regulatory-cards
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!