#lozzaj
1 messages · Page 1 of 1 (latest)
What's the summary of your question?
I am taking a stripe single payment (php/laravel) for say £50.00 but when the user is directed to their banking app, it asks them to authorise a payment of £0.00
I assume I have missed something I should setup 🙂
I notice in the dashboard: "amount_capturable": 0,
Could that be causing the issue?
( "amount": 200 ... is correct on the one I'm looking at.. but amount_capturable is 0)
Hmmm, let me dig a bit and circle back
Thanks
So it's showing an amount capturable of 0 becuase the charge has already been captured
Ah ok.. so I guess that gets set after its captured them
n
So that's not the problem 🙂
or 😦
I wish I were able to test this.. you can't see this figure in test mode so you can only reproduce in live with live cards 😦
I've just seen mention that someone has had this problem because they used setup_intent instead of payment_intent.. I wonder if that is it?
Oh maybe no..as its a PI which I guess is payment_intent
I'm confused about what the actual problem is. Where does the £0.00 actually show up? Do you have a screenshot?
In the banking app on the mobile phone (after submitting the card details on the HTML form)
In the laravel code it calls $user->createSetupIntent()
That's not really specific enough. What banking app? What Stripe products are you using?
Can you get a screenshot?
I wonder if there is a createPaymentIntent()
One sec.. I'll have to put a payment on to show you....
So I do this...
Then go to the banking app...
and see this
What app is that? None of that looks like Stripe