Hi, everybody!
Could someone help, I have an email receipt(example), the "Description", "Amount", "Payment Method", "Type" at Order Information are in one line. I am using .NET SDK.
Here is an example:
========= ORDER INFORMATION =========
Invoice :
Description : "some text" Amount : xx.xx (USD) Payment Method : Visa Type : Authorization and Capture
============== RESULTS ==============
Response : This transaction has been approved.
Authorization Code : xxxxx
Transaction ID : xxxxxxxxx
Address Verification : Street Address: Match -- First 5 Digits of Zip: Match
The question is: Is there an ability each row to move to a new line?
I would be very grateful for your help!
Here is an example:
========= ORDER INFORMATION =========
Invoice :
Description : "some text"
Amount : xx.xx (USD)
Payment Method : Visa
Type : Authorization and Capture
08-25-2016 04:45 AM
Hi Oleg,
Our transaction email receipts are sent out automatically for successful transactions. It is important to know that it is currently not possible to modify the fields or change the order of the items in the receipt. You will need to generate your own receipt if you need to be able to customize the looks and fields displayed in the email receipt.
Thanks,
Joy
08-26-2016 12:56 PM