Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for new billing (send_invoice) feature #428

Open
Paul424 opened this issue Oct 20, 2017 · 0 comments · May be fixed by #436
Open

Support for new billing (send_invoice) feature #428

Paul424 opened this issue Oct 20, 2017 · 0 comments · May be fixed by #436

Comments

@Paul424
Copy link
Contributor

Paul424 commented Oct 20, 2017

Issue Summary

Our application requires a payment method by "invoice" or manual payment. This is supported by Stripe using the ACH credit transfer (see https://stripe.com/docs/subscriptions/ach-credit) however we do not charge in USD and also we are not located in the US so we cannot use ACH.

After some discussion with the support channel we found a way to implement this but it requires some features that are currently not supported by pinax-stripe.

I have implemented them in: Paul424@95145cd which is currently in "test" (i.e. not in production yet). Please do not expect a full/complete solution as this is just the part within the pinax-stripe layer, there are additional webhook implementations required for sending invoices, reminders and due-date handling, and most important you need some admin functions to set the invoice to paid/forgiven.

Would these changes be something you are interested in to merge into the master? Since there are some (small) model changes involved it would help a great deal... ;-)

@Paul424 Paul424 linked a pull request Oct 23, 2017 that will close this issue
2 tasks
@paltman paltman added this to the Rosie milestone Oct 30, 2017
@paltman paltman modified the milestones: Rosie, December 2017 Sprint Dec 1, 2017
@paltman paltman removed this from the December 2017 Sprint milestone Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants