#chozboots

1 messages · Page 1 of 1 (latest)

ashen pecanBOT
hazy valve
#

Rubeus had to head out, but I can help

dim canyon
#

Alrighty, I appreciate it.

hazy valve
#

(we typically close out threads if it's been inactive for a while)

#

For ach direct debit you'd want to include us_bank_account in payment_method_types

dim canyon
#

Alrighty. Will the form know that it's supposed to make an ACH direct debit from the users bank account?

#

Or will I have to add this into the backend?

hazy valve
#

Have you tested/tried out Checkout in testmode yet? You can see how the whole thing works - it'll request the ACH debit details client-side in the UI

dim canyon
#

I tried it out, but the form held the option for credit card information for some reason. I tried to turn it off in my dashboard, because it told me to do so in the documentation (from what I understood), but it doesn't allow me to turn off cards as a payment.

hazy valve
#

Did you try it while explicitly passing in payment_method_types: ['us_bank_account']?

dim canyon
#

I might have not done it properly initially.

#

Oh, I should ask. Do I need to register them as a customer first? Also, will Stripe just know to charge them monthly after I get their information?

I was curious how all the automatic stuff would be effected by Plaid or microdeposit verification and stuff. I know I have to set up webhooks so it knows when payments are confirmed and such.

hazy valve
#

No, you shouldn't need to register them as a customer first (it'll create one as part of the Checkout Session)

#

and if you want to charge them monthly then you should create a subscription-mode checkout session instead

dim canyon
#

I looked into this as well. I think this is what I did my initial test on actually, the one where it wouldn't let me turn off credit cards. I'll test it again though.

#

I'll have to find out if instant verification, with Plaid or whatever Stripe uses, is already done using this as well. I think when you send a manual invoice it does it automatically, but I'm not sure about this.

I'll test it out first before I ask any follow-up questions.

Thanks for the help btw.

hazy valve
#

Yeah definitely test it out - I believe ACH debit on Checkout offers instant verification (through financial connections)