#Bartosz
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
of test mode call or for live mode one?
req_udOqSWbiUZb5Wt - here's one that works in TEST
req_YP07dq7HpySXlg - this is failing in LIVE
Thanks! Give me a few minutes to look into this.
You set ACH to off in your dashboard settings here: https://dashboard.stripe.com/settings/payment_methods/connected_accounts
So it's expected to fail.
In test mode we don't check if the payment method is enabled or not to make testing easier.
oh, ok... that's the difference... I will change it then - thanks for the tip!