#SeanLanning1-acss
1 messages · Page 1 of 1 (latest)
yes that's correct
there's an email address to express interest on that page so I'd highly suggest reaching out there to help the team prioritise it
OK, I will do that for sure
Is there any specific documentation around the end-to-end workflow for accepting CAD payment type and setting up a subscription? I have found several documents and pieces, but nothing that seemed to cover the entire process
there isn't one over-arching guide no. I don't think we actually support this payment method in our own Subscriptions product today overall, so the only way to do recurring payments would be to manually save the bank details to a Customer object(https://stripe.com/docs/payments/acss-debit/set-up-payment) and then do the recurring payments(https://stripe.com/docs/payments/acss-debit/set-up-payment?platform=web#charge-later) based off your own recurring billing logic directly.
I'd personally wait(or get in touch with the team in case they have a beta) until we officially support this and then use Checkout+the Subscriptions API when it's possible, but I know that's not a great answer for today unfortunately
OK, thats good information. I am going to digest those 2 links. Thanks for the info
Can I ask the same question for ACH? Is that payment type supported with Checkout and Subscriptions?
ACH isn't supported by either of those today, it uses a legacy integration. It's being rebuilt on the new APIs and we want to relaunch it soon with support for being used in Checkout
OK so Checkout is not an option for either of my workflows
That is one thing answered. Thanks
I believe my team was also told there is a Beta version of ACH available that does instant verification and does not require PLAID integration. Is that accurate?
yes, that is accurate, I'm talking about the same thing above with it being rebuilt
So if we opted into the Beta version for ACH we would have Checkout and Instant verification as an option?
And is there any timeline for that to exit Beta? And is there any documentation on how to integrate that since it is still in Beta?
if you're in the beta there is documentation yep! We have docs on all of this but you can only see it when you're logged into a Stripe account in the beta
can't comment on timelines
OK, it is my understanding our Company has opted into this Beta, but we have multiple systems integrating with Stripe. I am not sure if my applications Stripe instance is marked accordingly
I wouldn't have much context I'm afraid since this is an anonymous chat.
If you're logged into an account and can see https://stripe.com/docs/payments/us-bank-account (it's a 404 if you're not logged into an account in the beta) then that would mean your account probably has access
OK I get a 404
Thanks for that. I am going to reach out to our PM and get some clarity on that
I want to see if they have executed the Agreement for that Beta program
Thanks for all your help
And one final question for now. And full clarity I am new to Stripe and this is my first Stripe integration. Since we are doing CAD and ACH would you recommend doing the Beta Checkout with ACH knowing we still have to integrate the more manual process for CAD?
I'd always recommend using Checkout where you possibly can
OK awesome. THats what I wanted to hear. It seems like a much cleaner implementation