All Questions
6 questions
0
votes
1
answer
90
views
How to enable stripe.js on Android Chrome?
I use stripe.js with PaymentIntent API to process card transactions on my Angular Spring Boot web app. I have been testing it fully deployed. On my pc, can create payments and the popup works to ...
-1
votes
1
answer
544
views
Can you have a custom card data with Stripe PaymentIntent API?
I am using Angular, Stripe.js 3, Stripe elements, Spring Boot, PaymentIntent API.
I need to use the PaymentIntent API to use Strong Customer Authentication. I have got the code working with stripe ...
0
votes
1
answer
414
views
AWS Lambda function (Java) returns blank JSON in a body
I have an angular application https://github.com/Kyro1980/timeout-app-public and use Payment Intents API to build an integration that can handle complex payment flows (Stripe). I am sending a ...
0
votes
1
answer
236
views
How to authorize funds with PaymentIntent (Stripe)?
When I was using charges, this was easy, just create a charge without capturing funds, and funds were authorized (if there is enough money, of course).
But after switching to the PaymentIntent, no ...
0
votes
1
answer
1k
views
May I create multiple refunds for one PaymentIntent with Stripe?
I have a Spring Boot/Angular application and using Stripe for payments. Right now I'm moving from using Charges to PaymentIntent, and my question is: Is it possible to do multiple refunds for one ...
2
votes
1
answer
2k
views
Is it possible to confirm multiple PaymentIntents with only one user 3d verification with Stripe?
I have spring boot/angular application integrated with Stripe.
We are trying to include 3d-secured authorization with our existing system. Basic flow with instant automatic and manual confirmation ...