Email Notifications
The action SendEMailNotification
triggers an email notification for a given transaction. The email will be created with the email template that has been configured for your Store.
See the User Guide Virtual Terminal for more information on transaction notifications by email.
<ns5:IPGApiActionRequest
xmlns:ns5=http://ipg-online.com/ipgapi/schemas/ipgapi xmlns:ns2="http://ipg-online.com/ipgapi/schemas/a1" xmlns:ns3="http://ipg-online.com/ipgapi/schemas/v1">
<ns2:Action>
<ns2:SendEMailNotification>
<ns2:OrderId>123456</ns2:OrderId>
<ns2:TDate>1250599046</ns2:TDate>
</ns2:SendEMailNotification>
</ns2:Action>
</ns5:IPGApiActionRequest>
If the optional parameter Email
is not set, the email address of the customer stored with the transaction will be used.
Updated about 2 months ago