To Configure Payment Receipts for Acumatica Payments you’ll need three components:
- Payment Receipt report
- GI with the list of Payment Receipts to send
- Business event to send payment receipts once the payment is ready.
As for the Payment receipt report, you just need to configure it the way you need. You can do it using Reports designer, see more here:
https://help.acumatica.com/Help?ScreenId=ShowWiki&pageid=24b77bbe-0eb3-4d37-9350-071ae5743571
Here is an example I’ve created
The next step is to create a GI that shows only payments that you’d like to automatically print the receipts for. E.g. you’ll need payments that only use CC payment method and that are released and processed.
And finally, you’ll need to create a business event that looks at the GI and creates a new email one the new record appears in the GI and set up Email notification for it
.
Once you have that set up, every new captured payment in the system will automatically generate an email with attached receipt form and send it to the email on the customer’s profile.
Here I have an example customization containing all the pieces mentioned above.
Feel free to take it and modify to your liking.