#ahjaydog-help

1 messages · Page 1 of 1 (latest)

tepid canyon
#

hi there! if you want to collect recurring payments, you would use Subscriptions instead. Orders is meant to allow you to build custom checkout flows and calculate tax automatically. PaymentIntents alone does not allow you to calculate tax automatically.

thin arrow
#

i am using checkout currently

tepid canyon
thin arrow
#

right that is what i did

#

so i can't just switch to the orders API the way that checkout link you just sent does?

tepid canyon
#

out of curiosity, why do you want to switch to the orders API?

#

also, you mentioned ACH direct credit, did you mean ACH credit transfer or ACH direct debits?

thin arrow
#

I see automatic_tax in checkout. Is that all I need?

#

to handle tax. The orders API is stripe.js only?

#

ACH direct debit payments

#

using checkout preferrably

#

It would be nice for customers to choose in checkout credit credit card or ACH

tepid canyon
#

yes, you would use automatic_tax in Checkout to handle tax

thin arrow
#

so then i don't need the orders api then?

tepid canyon
#

you don't need to use the orders api

thin arrow
#

cool

tepid canyon
#

Checkout supports using ACH direct debits for subscriptions

thin arrow
#

nice how do i do that?

tepid canyon
thin arrow
#

is there a test ACH I can use like 424242... for cards?

thin arrow
#

ah perfect ty

#

and what webhook event should i listen to for ach?

thin arrow
#

ah i see ty

#

in testing will i have to wait a few days?

#

for settlement

tepid canyon