#chozboots
1 messages · Page 1 of 1 (latest)
Rubeus had to head out, but I can help
Alrighty, I appreciate it.
(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
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?
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
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.
Did you try it while explicitly passing in payment_method_types: ['us_bank_account']?
I'm gonna try it again when I get to my desktop.
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.
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
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.
Yeah definitely test it out - I believe ACH debit on Checkout offers instant verification (through financial connections)