#mikeargus
1 messages · Page 1 of 1 (latest)
Which payment method are we referring to here? ACT CT or bank transfers?
Oh yes. ACT CT, since that's the only one available for us in the US at the moment.
Not aware of any plans to add ACH CT support to Checkout currently
But the 2) point is also interesting from the bank transfer point of view since you mentioned there's something in beta already.
Is there anything related to that? Or do we need to go down the path I mentioned?
I believe it is already supported in Checkout: https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=checkout
None of the newer payment UIs (Payment Element, Checkout) support ACH CT. It's very much an invoice centric PM, so people generally utilise the HIP if they need ACH CT payments: https://stripe.com/docs/invoicing/hosted-invoice-page
Thanks. So to create customer and subscription entities with valid billing details is our responsibility (we need to build a form with validation in our application), then we can utilize HIP. Correct?
Yep, that seems like the happy path for ACH CT currently
You'll need a send_invoice subscription for ACH CT specifically
Thank you