#pinolero_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/1306975137794490419
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! well you can use our Subscription products (https://docs.stripe.com/billing/subscriptions/build-subscriptions) , ACH is just one of the multiple payment methods that are supported in that flow.
We're not e-commerce. We are a service company, which each product specific to the customer. (Home Services Industry) Is it still possible to use the subscription product to implement such a solution?
yes
And we can make it so we only accept ACH?
We're trying to move our customers towards ACH, so we'd like to turn off other payment methods. Save ACH payment and charge them on the 1st of the month
yes you can change the settings in your account to only accept the us_bank_account PaymentMethod type
What happens if the card on file expires - does Stripe automatically handle the heads up your card is about to expire? Use this link to insert new card?
Or if there are errors during charges? Or will I have to handle all those potential issues?