#jack_error
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1278048142583009372
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Is this happening for all live-mode cards? Or just the one?
we've tested 7 live-mode cards. of them, 3 are Visa debits, and work perfectly fine / as expected. 4 of them are Mastercard debits, none of which work, and all show the same error I describe above
"live-mode cards" meaning real, live debit cards to be clear
It might be worth checking the issuer against the lists here to confirm they support payouts: https://docs.stripe.com/payouts/instant-payouts-banks
For what it's worth, that decline comes directly from the issuer, so it's likely that the end-user would need to reach out to them to understand why it won't accept payouts. Not all Mastercards accept them. Based on my limited understanding, the Mastercard would need to be "Mastercard Send" compatible in order for payouts to go through
confirmed that at least 2 are fully supported, looking into the issuers of the other two
I see. is the only way to discern whether a card supports payouts to attempt a payout?
just trying to reduce user frustration of linking a card, attempting a payout, it fails, rinse and repeat
To level-set here: their issuers might be compatible, but that doesn't mean the card itself is. You still need to reach out to the issuer to confirm that the card available for payouts. Stripe can only really pass the decline code and message on to you, so we aren't able to surface any useful information about why the payout failed in this particular case (since they seem to basically send a generic decline instead of something more actionable)
You still need to reach out to the issuer to confirm that the card available for payouts
Could you clarify what you mean here? Reach out programatically? Is there a Stripe API call we can use to confirm whether the card supports payouts
Unfortunately no. The process is manually reaching out to the bank directly via phone or chat to get ahold of a support agent there
Is this potentially an issue with card linkage? When calling stripe.accounts.createExternalAccount I'm seeing "cvc_check": "unavailable", in the response (to be fair, I also see this with the Visa debits that work); wondering if we need more info like billing address, etc. or if we need to force a CVC check somehow
Is this a common issue with other connect customers?
Not really, no. CVC and postal checks aren't always necessary to validate a payment method
I'm not sure, we actually don't usually answer these types of questions in this server. Things are just slow, so I was trying to be helpful instead of sending you to support
Ok. Well I really appreciate your time! Thanks for the insight
Sure thing!