#taylor-brooks-simple_api

1 messages ยท Page 1 of 1 (latest)

wintry boughBOT
#

๐Ÿ‘‹ 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/1309522096854012006

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

delicate palm
#

Yeah generally you should not using Tokens at all, for credit cards or not. They're basically deprecated for most integrations

zealous spruce
#

Are you saying there is not a way to use tokens for ACH transactions with payment intents?

delicate palm
zealous spruce
#

Is there a way to use a bank account token with a payment intents api?

#

We use Stripe V2 and we verify US bank accounts automatically. (We pay for that).

That way we don't have to use financial connections or microdeposits or whatever.

My account setup might be more unique than what you're used to seeing.

delicate palm
#

Why are you insistent on using Tokens? Do you have existing Tokens that you wish to use with payments? Not sure what 'Stripe V2' is?

zealous spruce
#

I'm insistent on using Tokens because I'm trying to minimize my risk exposure.

#

So it sounds like I need to create a PaymentMethod first, then pass the "pm_" id to the create the PaymentIntent, is that correct?

delicate palm
zealous spruce
#

The way we are currently using Stripe for card and ACH has been that way for over 10 years, there are about 160k transactions per month that go through the current tokens / charges api flow.

In changing that code path, there is a risk of breakage. The less I change, the less I risk. The more I change, the more I risk. Capiche?

delicate palm
#

Sure, no need to be condescending though ๐Ÿ™‚

zealous spruce
#

I wasn't

#

If it read that way, I'm sorry.

delicate palm