Skip to main content

To Configure Payment Receipts for Acumatica Payments  you’ll need three components:

  1. Payment Receipt report
  2. GI with the list of Payment Receipts to send
  3. 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. 

 

Thank you for sharing this tip with the community @Dmitrii Naumov!


I’ve tried to use this customization but I keep encountering an error “Cannot resolve the table name: mPX.Objects.Common.DAC.ReportParameters.BAccountNoMask]” How do I correct this so I can use the receipt form?


@leighandonian96 what version are you trying on? It should be there in 23r2


Build 23.112.0032


Is there a way for me to update the customization to use the BAccount available in my build?


@leighandonian96 you can open the report in Acumatica Report designer and change the table there. 


I am receiving the following error when I try to import the xml file: 

 

Trace:

 


@jsudak You are not supposed to import this xml in the Generic Inquiry. 

You need to publish the entire ZIP as a customization package on the “Customization Projects” screen.


Hello Dmitrii,

I tried publishing in 24R1 and it seems the report doesn’t import.  I see it on the sitemap but it's not showing up.

 

When I try to get to the report other ways it says I do not have sufficient privileges. 

 

I go to the business event, click on the subscriber and I get the insufficient privileges message again.

Any thoughts?

Thanks,
Jeremy

 

I tried to set up an email template, but cant attach the report.

 

 


Hi @jdresel , 

Well, yes, in 2024R1 the default access rights are ‘Revoked’ compared to the default ‘granted’ for 2023R2. 

So, you can just update the access rights to these objects. 

 

I’ve also uploaded the package for 24r1 specifically that already contains the needed access rights. See the original post.


Reply