question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add refund email to invoice export

See original GitHub issue

Is your feature request related to a problem? Please describe. I use pure crowdfunding app without woocommerce integration. The problem is that in invoice view, I cannot see and especially export the refund email address field, which is the only contact information for customer that I have.

Describe the solution you’d like I’d like to have an option to easily export the list of paid invoices with the selected perk and e-mail address that they gave during payment.

Describe alternatives you’ve considered Running:

docker exec -it c59817c0f6fe psql -U postgres btcpayservermainnet

select "CustomerEmail" from "Invoices" where "OrderId" like 'crowdfund-app%' and "Status"='complete'  order by "Created";

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
pavlenexcommented, Aug 7, 2019

I think we just need to add refund email to the invoice export.

0reactions
jooraycommented, Aug 7, 2019

Both are great. I think exporting refund email should be there as well, in case they differ, it is good to see that in the export.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to write a refund email with 4 samples
Sending a refund email follows a simple format. You start with a clear subject line, go into details in the email body, and...
Read more >
16 Refund Email Template | Customer Service Script
Do you need to refund a customer but don't know what to say? These email response templates will make the process easy and...
Read more >
Email receipts
To enable automatic refund receipts, in your Customer emails settings, under Email customers about, select Refunds. Receipts with Billing. Stripe creates a ...
Read more >
Add a Refund to an Invoice
On the Invoice details page, scroll down and click on Add Refund. First, click on the number on the top to add the...
Read more >
Refund Invoice Payment Data Source
Use this data source to export information from Refund Invoice Payment and associated Invoices, Payments, and Accounts.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found