Uses PinRequest API Call
Many terms are used to describe digital or electronic gift cards including eGift Cards, eCodes, ecertificates, virtual gift cards, and more. No matter what you call them, they are certificates or cards issued to the recipient via email, or other electronic means.
Typically, an email is sent to the customer with a link for them to click. This link takes them to a website to retrieve their eGift.
Single card purchase per transaction.
Reversal API call is currently not supported for eGifts.
Request
<RequestXml>
<Type>PinRequest</Type>
<TerminalId>NPPTESTING-1</TerminalId>
<Password>*</Password>
<ProdCode>CINEGC</ProdCode>
<ValueCode>99.99</ValueCode>
<ReceiptNo>5649</ReceiptNo>
<ClerkId>Cathy</ClerkId>
<Language>eng</Language>
<RefNo>5649</RefNo>
</RequestXml>
Response
<ResponseXml>
<StatusCode>0</StatusCode>
<StatusDescription>!Approved</StatusDescription>
<TransNo>1110005411706</TransNo>
<PinData>
<Pin />
<Custom1><![CDATA[https://egift.certification.blackhawknetwork.com/egift?tid=A71F3HSL8P9MYAZ3XDNZVRCPAX&eid=6KS6AYH7HQ1Y5QS6LHJ7S2V5RH]]></Custom1> <!-- eGift Url is inside CDATA block -->
<Custom2 />
<PinSerial>6KS6AYH7HQ1Y5QS6LHJ7S2V5RH</PinSerial>
<PinBatch />
<ExpiryDate />
</PinData>
<MerchantId>NPPTESTSTORE</MerchantId>
<Company>NPP Convenience Mart</Company>
<CompanyCity>Port Moody</CompanyCity>
<CompanyPhone>(604) 555-5555</CompanyPhone>
<CompanyDbaName>NPP Convenience</CompanyDbaName>
<TransDate>2019-01-23</TransDate>
<TransTime>11:40:45</TransTime>
<ProductVer>1940179</ProductVer>
<PromoVer>1940004</PromoVer>
<SoftVer />
<InvoiceNumber />
</ResponseXml>