#n10000k
1 messages · Page 1 of 1 (latest)
Hi for account related issues, you'll need to reach out to our support team: https://support.stripe.com/contact/email
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
not really an account related issue (i mean support never reply to tech issues anyway), but more of a how do we not allow bank accounts when it's already disabled? (support ticket already created, but we don't want to accept bank accounts)
it's turned off in payment methods already
Well if it's turned off in payment methods it shouldn't show up (assuming you're using automatic payment methods)
it does show up we're getting customers onboarding with bank accounts
we're using elements
- Card
- Apple pay (if on ios)
- US bank account
show up as options, even though card is also disabled.. and so is US bank account via ach?
us bank account is ach
Can you share the payment intent id?
They are coming up as mandate id's
is this because the account is in review it's defaulting to US bank accounts?
Can you share the payment intent id?
I need to take a look
I don't know what's happening unless I can look into it
Pasting the other question:
You should be able to write a radar rule for setupintents as well
We're not as versed in Radar in here though
I would check with our support team: https://support.stripe.com
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I've had a look i can't find a payment intent for it, it was made using a setup intent, do you want the payment method id?
Yeah I tried running a prepaid card through a setup intent it didn't work :(, I'm guessing because the radar rules are only when a payment capture is attempted right?
SetupIntent is fine
Yeah there might be a way to change the rule for a setupintent, but I would check with Support
But if you can share the setupintent id i can take a look (for the bank account issue)
seti_1N6VYSKclx1Jpb1IBLON8CaT
no worries on the radar stuff will raise with them, but will ask another question to you in a sec after you give this a look for me (don't want to throw 101 questions at you 😆)
for context:
Yeah we're in the process of sorting them out higher up
Not sure why this is happening but probably due to those issues
But what was your other question?
But on the technical side, is there a reason why it's requesting bank accounts when it's disabled?
If it's api related hopefully I can answer
Is this a fall back when cards can't be accepted?
No if you have bank accounts disabled they shouldn't show...
But also your account is in a weird state
So hard to say what's going to happen
Well 100% it's showing and capturing bank accounts.. yeah it's a weird one.. the account flow has been a nightmare upload docs and instant disabled stuff.. but that's not the issue... yeah so for the next questions:
so our business model is 7 day free trial period then we charge (capture card upfront).. are there any objections for doing it this way (due to radar we want to use payment intent, but will confirm with support):
- charge $1
- listen to payment intent succeed webhook
- create customer + subscription
- refund $1
is a flow like that allowed? I know with the free trial period days when you create a subscription the invoice is set to $0 and you can't run a payment intent on the $0 invoice
or is there a way to disable prepaid cards in the sdk (frontend) as a client side "block" (yeah I know it's not 100%)
Oh from what I understand that's against our TOS
Charging small payments like that
And then refunding
But again support would know more about that
Yeah it's a weird one because I spent hours testing the radar fraud rule to block prepaid, and it just refused to work on a setup intent only when a payment is capture on a setup intent it kicked in.. but that's no good when you already have the card details 🫣
Do you know if when you do a setup intent if it runs a card activation check? $0 for visa/mc and $1 for amex?
We do run an authorization on the card
And we charge the stripe account an authorization fee for it
Appreciate the fast replies @pale sky , will ask support about the issues with Radar because it's not triggering those rules at setup intent 😦 have a good day