Gift Cards Export

The Gift Cards export includes a row for every purchased gift card on your site. Here you can see what gift card amounts are most popular, who is purchasing the most gift cards, who is redeeming gift cards, and what gift cards haven't been redeemed or still have remaining balances. To access the Gift Cards export, visit the Exports page under Reports in your Recurly site.

Date Range Filters

Created

Shows all gift cards purchased during the selected time range. Uses the "created_at" field from this export.

Modified

Shows all gift cards changed during the selected time range. Changes could be triggered by a resent email, edited delivery information, regenerated redemption code, cancelation, redemption, or change in balance. Uses the "updated_at" field from this export.

Redeemed

Shows all gift cards redeemed on an account during the selected time range. Uses the "redeemed_at" field from this export.

Delivered

Shows all gift cards delivered during the selected time range. Delivery indicates the last time Recurly sent the Gift Card Delivery email to the delivery email address. Uses the "delivered_at" field from this export.

Canceled

Show all gift cards canceled during the selected time range. Uses the "canceled_at" field from this export.

Export Contents

Column NameExampleDescription
id2003020297591186183The unique id of the gift card.
redemption_code518822D87268C142The redemption code, which the recipient uses to redeem the gift card credit.
amount50.00The amount of the gift card.
balance40.00The remaining balance of the gift card. Will be empty if redeemed_at is null. Will be 0.00 if gift card credit has been completely used up.
currencyUSDThe currency of the amount and balance.
gifter_account_code3345634The account code of the gifter's account.
purchase_invoice_number1001The invoice number of the gift card purchase on the gifter's account.
purchase_adjustment_uuid385a6a380e8228b298d8d7414183a8e1The unique id of the gift card charge on the purchase invoice.
recipient_account_code3345700The account code of the recipient's account.
recipient_adjustment_uuid387fbbdcdbd2473d4f6a3e480cb6f966The unique id of the gift card redemption credit. This is the original gift card credit.
created_at2016-09-02 15:53:18 UTCThe date the gift card was purchased by the gifter.
updated_at2016-09-02 15:53:18 UTCThe date the gift card was last modified. Will equal created_at at initial creation.
delivered_at2016-09-02 15:53:18 UTCThe last date Recurly sent the Gift Card Delivery email to the email address in the gift card's delivery information.
redeemed_at2016-09-02 15:53:18 UTCThe date the gift card was redeemed on the recipient's account.
canceled_at2016-09-02 15:53:18 UTCThe date the gift card was canceled. If empty, the gift card has not been canceled.
account_vat_numberUS1234567890VAT number, verified by VIES (on production sites).
account_tax_exemptTRUE, FALSEIdentifies if the account is set as exempt from tax collection.
delivery_methodemail, postThe method of delivery, either email or post.
delivery_first_nameJohnThe first name of the recipient.
delivery_last_nameSmithThe last name of the recipient.
delivery_email_address[email protected]The email address of the recipient.
delivery_deliver_atWill have a value if a future delivery date was specified. This feature is not yet supported, so it will be empty always.
delivery_address1123 Main StreetThe first street address of the recipient.
delivery_address2Apt 100The second street address of the recipient.
delivery_citySan FranciscoThe city of the recipient.
delivery_stateCAThe state/province of the recipient.
delivery_zip94110The zip/postal code of the recipient.
delivery_countryUSThe country of the recipient.
delivery_phone8003334444The phone number of the recipient.
delivery_gifter_nameSallyThe gifter name, if provided.
delivery_personal_messageHi John, Happy Birthday! I hope you have a great day! Love, SallyThe personal message from the gifter to the recipient.
redemption_invoice_number1001If the Credit Invoices feature is enabled, this is the credit invoice issued when the gift card was redeemed. Credit Invoices is currently in beta. Contact Recurly Support to learn more.