#krishna1433-invoice-pay
1 messages · Page 1 of 1 (latest)
Hey! Yep, you can finalize and then pay it:
https://stripe.com/docs/api/invoices/finalize
https://stripe.com/docs/api/invoices/pay
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you so much!
I'm sorry for posting it in wrong thread, so how do I attach a bank account to a subscription
What kind of bank payment method are you using?
ACH
can't seem to find the request ID but here is the invoice id : in_1K2ZMXBk4MvhCTFOQ0NbTMxo
Hm, don't believe ACH supports Subscriptions right now. Checking
PaymentIntent status:
requires_confirmation
Yeah it's not currently available I'm afraid
That's with Checkout
Not with Subscriptions, no
for subscription schedules
You can register your interest for the beta here: https://stripe.com/docs/ach
We're re-working the ACH payment method
but I was able to charge the customer for a subscription :?
py_3K2YwrBk4MvhCTFO1J3tF9BL
Yes, you manually paid that invoice via the Dashboard with an ACH token
yes
But there's no support for automated subscription billing with ACH right now
but it is not possible from an API?
As I said, we're improving the ACH payment method to add support
It should be there somewhere on the documentation right that it doesn't support subscriptions, can you point it to me
can we do ach with checkout?
and have subscriptions there?
It also doesn't mention that it does support subscriptions
That's also not supported right now - there's a beta available (at the URL I shared)
Thanks for your interest in trying out ACH Debits v2, which will be supported on PaymentIntents, Invoicing, and Billing and will include a number of new features not available on our existing ACH product. To make sure that your business is a fit for this Beta, we've prepared a short survey for you.
it still doesn't say it supports subscriptions, can I assume that it is supported there?
Billing === Subscriptions
Okay
Can I use the charges API to debit ACH account to mimic subscriptions using a cron job?
It says here that we can use ach as any other payment method, so there must be a way can you please help me out
I just asked this so that I can check with my client, so sorry if that felt rude.
you could do that yes! I think the better option is try to get into the beta, but for now we don't have any native support for recurring subscriptions unfortunately!
and yes, that line in the docs you shared refers to building the recurring logic on your side and calling the /v1/charges API directly each billing period rather than using our recurring payments system, unfortunately. But that is an option and it works
yes
@wintry hound or @lunar prism can you please give me a statement so I can get back to my customer/manager and ask them to sign up for beta version, so they can use subscriptions on ACH payment method?
not sure what you mean by "a statement"?
That subscriptions are not supported by ACH as of now and for that to work you might want to sign up for beta or something similar
I think you can let your manager know that based on what was said in the thread! You basically just did in your previous sentence :p you don't need a 'statement' from us.
So that confirms it! thank you! 😄