I'm creating 3 different payment pages using the SIM interface (with C# on the backend)
Each page needs to send the transaction receipt email to a different department head in our business. However we don't want every transaction receipt sent to every department head.
The customer will get a receipt via the x_email field. Any user profile at authorize.net with the "Transaction Receipt" option checked will get a copy as well. However, I'd lke to add an additional email recipient as the transaction is processed.
Is there a way to do this via the SIM API?
11-23-2012 01:38 PM
nope. probably could just send it in c#.
11-23-2012 01:40 PM - edited 11-23-2012 01:42 PM
Can you include more than one email via the x_email field? Delimited by commas, or semicolons, or something like that?
11-23-2012 02:17 PM
Not that I know of, you could centainly try different delimited and see if it works.
11-23-2012 04:06 PM