We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Requested by customers https://s-plugins.com/forums/topic/stripe-billing-invoices/
A new option needed for the settings, something like "Create Stripe Invoice for payments".
If enabled, plugin should create invoice after customer creation here https://github.com/Arsenal21/stripe-payments/blob/master/stripe-payments/includes/process_ipn.php#L400 . Following API is used to create invoice using customer ID: https://stripe.com/docs/billing/invoices/one-off#creating-one-off-invoices-via-the-api
Then source token should be used to pay invoice via API https://stripe.com/docs/api/invoices/pay
The text was updated successfully, but these errors were encountered:
Sounds good.
Sorry, something went wrong.
No branches or pull requests
Requested by customers https://s-plugins.com/forums/topic/stripe-billing-invoices/
A new option needed for the settings, something like "Create Stripe Invoice for payments".
If enabled, plugin should create invoice after customer creation here https://github.com/Arsenal21/stripe-payments/blob/master/stripe-payments/includes/process_ipn.php#L400 . Following API is used to create invoice using customer ID: https://stripe.com/docs/billing/invoices/one-off#creating-one-off-invoices-via-the-api
Then source token should be used to pay invoice via API https://stripe.com/docs/api/invoices/pay
The text was updated successfully, but these errors were encountered: