Skip to main content

All 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 ...
Adam Howard's user avatar
-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 ...
Adam Howard's user avatar
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 ...
Kyro's user avatar
  • 7
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 ...
Djordje Ivanovic's user avatar
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 ...
Djordje Ivanovic's user avatar
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 ...
Djordje Ivanovic's user avatar