#DaganChen
1 messages ยท Page 1 of 1 (latest)
soma, you are working a lot
Haha, it's my job to help developers ๐
haha, one sec
Well, I'm charing pm_1Ml63AFrv2nk53suwAZXHNzG
thats what was returned from seti_
when collected bank account
Can you share the PaymentIntent ID (or request ID) that contains the error message you shared at the beginning?
req_75utl6H6KYY8eS
Thanks! Give me a few minutes to look into this.
thanks, another quick question
can I allow manualy only?
So this request succeeded yesterday: https://dashboard.stripe.com/test/logs/req_rKVS9EVUggafEl
But the exact same request failed: https://dashboard.stripe.com/test/logs/req_75utl6H6KYY8eS
Hum...
yep
having trouble understanding the flow -> now trying to use manual I get this "PaymentMethods of type us_bank_account must be verified before they can be attached to a customer."
Looks like the mandate of the PaymentMethod you used expired: evt_1MlWHNFrv2nk53suWCsvWxuk
sec
what does that means?
I cant recharage that type?
if a I use recurring payments it'a a big issue
for the first error we're talking about I used one of the tests I dont recall
for the second one it's :000123456789 pm_usBankAccount_success 110000000 The payment succeeds.
The failed request (req_75utl6H6KYY8eS) is using this PaymentMethod pm_1Ml63AFrv2nk53suwAZXHNzG, and looks like you used an account number that ends with 1113 which is expected to fail based on this list https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#test-account-numbers
Hello ๐
Soma had to step away
That's correct ๐
Hanzo
I need help with the flow
the card that has failed
when I grab details, it's was great, so I want able to create a token on my end, with pm_
then if it fails or succeed I can handle when he tries to pay, he gets a pending invoice and few days later a correct succes or fial
fail
but when I just tried another I got PaymentMethods of type us_bank_account must be verified before they can be attached to a customer
how can I collect details from the user, when the status is requires action
but when I just tried another I got PaymentMethods of type us_bank_account must be verified before they can be attached to a customer
how can I collect details from the user, when the status is requires action
You need to verify the bank account with instant/microdeposit flow depending on how you collect the bank information.
If you use financial connections, then Stripe SDK would do it for you automatically. Otherwise you'd need to rely on microdeposit verification
https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#microdeposit-only-verification