#connor_api
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/1283171616683069442
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
Heya!
For Bank Transfers, we're dependent on any limitations from the sending bank as well. We have some general timelines here: https://docs.stripe.com/payments/bank-transfers/accept-a-payment?payment-ui=direct-api#settlement-timing
Cool cool, was just looking at that
Can I safely assume that the absence of a "business days" stipulation on that specific bullet point (while the other two surrounding it specify business days) indicate that it can technically receive payments on non-business days so long as the sending entity supports it?
I'm not sure if that's a safe assumption. I recommend reaching out to our Support team about this: https://support.stripe.com/contact/
Sounds good, thanks!
One follow up, do you know if Stripe Virtual Bank Accounts can receive FedNow transmissions?
That's something our support team can help with as well
Got it, thanks!
Unrelated Stripe Elements question, is it possible to customize the mandate(?) text in the Stripe Element Card UX?
As far as I can tell, it gets inserted when setting up for future usage, but I wasn't sure if we could customize that through Stripe Elements, in the Stripe dashboard, etc.
By mandate text, you mean the "By providing your card information..."?
Yeah, that portion
You can't customize it but you can hide it client side: https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-terms
If you decide to hide it, you'll need to make sure you communicate to your customers that their cards are being saved for future charges
Ah ha, thank you! That's exactly what I was looking for, y'all are the best!