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

Use Stripe Invoices API for better receipts customization #131

Open
erommel opened this issue Jan 8, 2020 · 1 comment
Open

Use Stripe Invoices API for better receipts customization #131

erommel opened this issue Jan 8, 2020 · 1 comment

Comments

@erommel
Copy link
Contributor

erommel commented Jan 8, 2020

Currently, receipts sent from Stripe do not have additional lines (line tax, shipping, etc), it just shows product name and total amount (which has shipping cost and price included). Some customers prefer to have separate lines for product price, shipping, tax and perhaps some other things (like variations), which makes sense https://wordpress.org/support/topic/tax-line-item-not-showing-on-stripe-receipt/

I did a quick research on this and figured Stripe Invoices must be used to archive this. I will research this more thoroughly to find a best way to implement this in the payment process.

@erommel
Copy link
Contributor Author

erommel commented Jan 8, 2020

Related to #92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant