{"id":2785,"date":"2022-07-12T17:14:51","date_gmt":"2022-07-12T17:14:51","guid":{"rendered":"https:\/\/www.reloadly.com\/blog\/?p=2785"},"modified":"2022-08-22T10:26:24","modified_gmt":"2022-08-22T10:26:24","slug":"how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card","status":"publish","type":"post","link":"https:\/\/reloadly.com\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/","title":{"rendered":"How to display a redeem instruction message for a purchased gift card"},"content":{"rendered":"\n<p>When working with gift card codes, one very important thing to know is how to use \/ redeem the gift card. With Reloadly\u2019s Gift Card API, you can access instructions on how to use a gift card. In this guide, you will learn how to view redeem instructions for any gift card you are interested in purchasing. Steps to be taken in this guide are<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Getting your access token<\/li><li>Viewing the gift card products eligible for use in your country<\/li><li>Viewing the redeem instructions for the gift card product you want to buy<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Viewing the gift card products eligible for use in your country<\/h3>\n\n\n\n<p>Let\u2019s say you want to purchase a 1800PetSupplies gift card that can be used in the United States, your first step would be to view a list of gift cards that can be used in the United States. To achieve this, you can make a request to Reloady\u2019s GiftCard API with the United States\u2019 two letter ISO code. The cURL code sample below shows how this is done:<\/p>\n\n\n\n<div style=\"height:41px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -i -X GET \\\n  https:\/\/giftcards-sandbox.reloadly.com\/countries\/US\/products \\\n  -H 'Authorization: Bearer &lt;YOUR_TOKEN_HERE&gt;'\n<\/code><\/pre>\n\n\n\n<div style=\"height:39px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>When successful, you should have a response similar to the one below<\/p>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;\n    {\n      \"productId\": 1,\n      \"productName\": \"1-800-PetSupplies\",\n      \"global\": false,\n      \"senderFee\": 14250,\n      \"discountPercentage\": 7.5,\n      \"denominationType\": \"FIXED\",\n      \"recipientCurrencyCode\": \"USD\",\n      \"minRecipientDenomination\": null,\n      \"maxRecipientDenomination\": null,\n      \"senderCurrencyCode\": \"NGN\",\n      \"minSenderDenomination\": null,\n      \"maxSenderDenomination\": null,\n      \"fixedRecipientDenominations\": &#091;\n        25,\n        50\n      ],\n      \"fixedSenderDenominations\": &#091;\n        14250,\n        28500\n      ],\n      \"fixedRecipientToSenderDenominationsMap\": {\n        \"25.00\": 14250,\n        \"50.00\": 28500\n      },\n      \"logoUrls\": &#091;\n        \"https:\/\/cdn.reloadly.com\/giftcards\/5daa2b8b-b1ad-4ca6-a34d-a7ce3c14dfaf.jpg\"\n      ],\n      \"brand\": {\n        \"brandId\": 1,\n        \"brandName\": \"1-800-PetSupplies\"\n      },\n      \"country\": {\n        \"isoName\": \"US\",\n        \"name\": \"United States\",\n        \"flagUrl\": \"https:\/\/s3.amazonaws.com\/rld-flags\/us.svg\"\n      },\n      \"redeemInstruction\": {\n        \"concise\": \"This card is redeemable for merchandise on www.1-800-petsupplies.com\",\n        \"verbose\": \"Your acceptance of this eCertificate constitutes your agreement to these terms and conditions. This card is redeemable in U.S. only for merchandise on www.1-800-petsupplies.com . Only two eCertificates are redeemable per order. eCertificates cannot be redeemed for cash, except as required by law. Void if altered or reproduced. This gift card is issued in U.S. funds by Tabcom, LLC. When Redeeming online please be sure to enter the entire gift card number including preceding zeros. The maximum number of eCertificates that can be used for phone is nine. By accepting these Terms and Conditions through your use of this Site, you certify that you reside in the United States and are 18 years of age or older. If you are under the age of 18 but at least 14 years of age you may use this Site only under the supervision of a parent or legal guardian who agrees to be bound by these Terms and Conditions.\"\n      }\n    },\n\t    {\n      \"productId\": 5,\n      \"productName\": \"Amazon US\",\n      \"global\": false,\n      \"senderFee\": 285,\n      \"discountPercentage\": 0.9,\n      \"denominationType\": \"FIXED\",\n      \"recipientCurrencyCode\": \"USD\",\n      \"minRecipientDenomination\": null,\n      \"maxRecipientDenomination\": null,\n      \"senderCurrencyCode\": \"NGN\",\n      \"minSenderDenomination\": null,\n      \"maxSenderDenomination\": null,\n      \"fixedRecipientDenominations\": &#091;\n        5,\n        10,\n        15,\n        20,\n        25,\n        50,\n        100\n      ],\n      \"fixedSenderDenominations\": &#091;\n        2850,\n        5700,\n        8550,\n        11400,\n        14250,\n        28500,\n        57000\n      ],\n      \"fixedRecipientToSenderDenominationsMap\": {\n        \"5.00\": 2850,\n        \"10.00\": 5700,\n        \"15.00\": 8550,\n        \"20.00\": 11400,\n        \"25.00\": 14250,\n        \"50.00\": 28500,\n        \"100.00\": 57000\n      },\n      \"logoUrls\": &#091;\n        \"https:\/\/cdn.reloadly.com\/giftcards\/3a70931f-2823-4b2c-ab84-8e075134096d.jpg\"\n      ],\n      \"brand\": {\n        \"brandId\": 2,\n        \"brandName\": \"Amazon\"\n      },\n      \"country\": {\n        \"isoName\": \"US\",\n        \"name\": \"United States\",\n        \"flagUrl\": \"https:\/\/s3.amazonaws.com\/rld-flags\/us.svg\"\n      },\n      \"redeemInstruction\": {\n        \"concise\": \"Visit www.amazon.com\/redeem and enter the Claim Code when prompted.\",\n        \"verbose\": \"Amazon.com Gift Cards never expire and can be redeemed towards millions of items at www.amazon.com \nTo redeem your gift card, follow these steps: \n1. Visit www.amazon.com\/redeem \n2. Enter the Claim Code when prompted. \n3. Gift card funds will be applied automatically to eligible orders during the checkout process. \n4. You must pay for any remaining balance on your order with another payment method. \nYour gift card claim code may also be entered when prompted during checkout. To redeem your gift card using the Amazon.com service, first add the gift card funds to Your Account. If you have questions about redeeming your gift card, please visit www.amazon.com\/gc-redeem\"\n      }\n    }\n  ]\n<\/code><\/pre>\n\n\n\n<div style=\"height:43px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Viewing the redeem instructions for the gift card product you want to buy<\/h3>\n\n\n\n<p>The response obtained in the previous section contains details of a 1800PetSupplies gift card that can be used in the United States. For each object in the gift card, a brand property exists that contains the brand identification number of 1800PetSupplies which is established as 1.&nbsp;<\/p>\n\n\n\n<p>A <code>redeemInstruction<\/code> property also exists that contains redeem instructions for activating a gift card.&nbsp;<br>To view this <code>redeemInstruction<\/code> property exclusively, you can make a request to Reloadly\u2019s GiftCard API with the brand ID of the 1800PetSupplies gift card. The cURL code sample below shows how to achieve this:<\/p>\n\n\n\n<div style=\"height:39px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -i -X GET \\\n  https:\/\/giftcards-sandbox.reloadly.com\/redeem-instructions\/1 \\\n  -H 'Authorization: Bearer &lt;YOUR_TOKEN_HERE&gt;'\n<\/code><\/pre>\n\n\n\n<p>If successful, your response will contain details of how to redeem and utilize the 1800PetSupplies gift card<\/p>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"brandId\": 1,\n  \"brandName\": \"1-800-PetSupplies\",\n  \"concise\": \"This card is redeemable for merchandise on www.1-800-petsupplies.com\",\n  \"verbose\": \"Your acceptance of this eCertificate constitutes your agreement to these terms and conditions. This card is redeemable in U.S. only for merchandise on www.1-800-petsupplies.com . Only two eCertificates are redeemable per order. eCertificates cannot be redeemed for cash, except as required by law. Void if altered or reproduced. This gift card is issued in U.S. funds by Tabcom, LLC. When Redeeming online please be sure to enter the entire gift card number including preceding zeros. The maximum number of eCertificates that can be used for phone is nine. By accepting these Terms and Conditions through your use of this Site, you certify that you reside in the United States and are 18 years of age or older. If you are under the age of 18 but at least 14 years of age you may use this Site only under the supervision of a parent or legal guardian who agrees to be bound by these Terms and Conditions.\"\n}\n<\/code><\/pre>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Resources<\/h3>\n\n\n\n<p><a href=\"https:\/\/docs.reloadly.com\/gift-cards\/\" target=\"_blank\" rel=\"noreferrer noopener\">Reloadly Gift Card API<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/developers.reloadly.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Reloadly Developer Documentation<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to view redeem instructions for every gift card you purchase. This guide was written with code samples in test mode. Code samples in responses may be abbreviated.<\/p>\n","protected":false},"author":17,"featured_media":2756,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[274],"tags":[277,282,285,401],"ppma_author":[359],"class_list":["post-2785","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developer-blog","tag-api","tag-developer","tag-gift-cards","tag-redeem-code"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to display a redeem instruction message for a purchased gift card - Reloadly Blog<\/title>\n<meta name=\"description\" content=\"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to display a redeem instruction message for a purchased gift card - Reloadly Blog\" \/>\n<meta property=\"og:description\" content=\"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community\" \/>\n<meta property=\"og:url\" content=\"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/\" \/>\n<meta property=\"og:site_name\" content=\"Reloadly Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-12T17:14:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-22T10:26:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png\" \/>\n\t<meta property=\"og:image:width\" content=\"641\" \/>\n\t<meta property=\"og:image:height\" content=\"334\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Raphael Ugwu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Raphael Ugwu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/\"},\"author\":{\"name\":\"Raphael Ugwu\",\"@id\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/#\\\/schema\\\/person\\\/18eaaac484ba8d8f4d59940e923f4954\"},\"headline\":\"How to display a redeem instruction message for a purchased gift card\",\"datePublished\":\"2022-07-12T17:14:51+00:00\",\"dateModified\":\"2022-08-22T10:26:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/\"},\"wordCount\":330,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/cover-image-blogs.png\",\"keywords\":[\"api\",\"developer\",\"gift cards\",\"redeem code\"],\"articleSection\":[\"Developer Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/\",\"url\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/\",\"name\":\"How to display a redeem instruction message for a purchased gift card - Reloadly Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/cover-image-blogs.png\",\"datePublished\":\"2022-07-12T17:14:51+00:00\",\"dateModified\":\"2022-08-22T10:26:24+00:00\",\"description\":\"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/cover-image-blogs.png\",\"contentUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/cover-image-blogs.png\",\"width\":641,\"height\":334},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/127.0.0.1\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to display a redeem instruction message for a purchased gift card\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/\",\"name\":\"Reloadly Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/#organization\",\"name\":\"Reloadly\",\"url\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/logo-1.svg\",\"contentUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/logo-1.svg\",\"width\":100,\"height\":100,\"caption\":\"Reloadly\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.reloadly.com\\\/blog\\\/#\\\/schema\\\/person\\\/18eaaac484ba8d8f4d59940e923f4954\",\"name\":\"Raphael Ugwu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g64f921045402e9b44a3fe0f4c884aa1f\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g\",\"caption\":\"Raphael Ugwu\"},\"url\":\"https:\\\/\\\/reloadly.com\\\/blog\\\/author\\\/fullstackmafia\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to display a redeem instruction message for a purchased gift card - Reloadly Blog","description":"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/","og_locale":"en_US","og_type":"article","og_title":"How to display a redeem instruction message for a purchased gift card - Reloadly Blog","og_description":"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community","og_url":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/","og_site_name":"Reloadly Blog","article_published_time":"2022-07-12T17:14:51+00:00","article_modified_time":"2022-08-22T10:26:24+00:00","og_image":[{"width":641,"height":334,"url":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","type":"image\/png"}],"author":"Raphael Ugwu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Raphael Ugwu","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/#article","isPartOf":{"@id":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/"},"author":{"name":"Raphael Ugwu","@id":"https:\/\/blog.reloadly.com\/blog\/#\/schema\/person\/18eaaac484ba8d8f4d59940e923f4954"},"headline":"How to display a redeem instruction message for a purchased gift card","datePublished":"2022-07-12T17:14:51+00:00","dateModified":"2022-08-22T10:26:24+00:00","mainEntityOfPage":{"@id":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/"},"wordCount":330,"commentCount":0,"publisher":{"@id":"https:\/\/blog.reloadly.com\/blog\/#organization"},"image":{"@id":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","keywords":["api","developer","gift cards","redeem code"],"articleSection":["Developer Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/","url":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/","name":"How to display a redeem instruction message for a purchased gift card - Reloadly Blog","isPartOf":{"@id":"https:\/\/blog.reloadly.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/#primaryimage"},"image":{"@id":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","datePublished":"2022-07-12T17:14:51+00:00","dateModified":"2022-08-22T10:26:24+00:00","description":"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community","breadcrumb":{"@id":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/#primaryimage","url":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","contentUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","width":641,"height":334},{"@type":"BreadcrumbList","@id":"https:\/\/127.0.0.1\/blog\/how-to-display-a-redeem-instruction-message-for-a-purchased-gift-card\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/127.0.0.1\/blog\/"},{"@type":"ListItem","position":2,"name":"How to display a redeem instruction message for a purchased gift card"}]},{"@type":"WebSite","@id":"https:\/\/blog.reloadly.com\/blog\/#website","url":"https:\/\/blog.reloadly.com\/blog\/","name":"Reloadly Blog","description":"","publisher":{"@id":"https:\/\/blog.reloadly.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.reloadly.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.reloadly.com\/blog\/#organization","name":"Reloadly","url":"https:\/\/blog.reloadly.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.reloadly.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2020\/11\/logo-1.svg","contentUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2020\/11\/logo-1.svg","width":100,"height":100,"caption":"Reloadly"},"image":{"@id":"https:\/\/blog.reloadly.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/blog.reloadly.com\/blog\/#\/schema\/person\/18eaaac484ba8d8f4d59940e923f4954","name":"Raphael Ugwu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g64f921045402e9b44a3fe0f4c884aa1f","url":"https:\/\/secure.gravatar.com\/avatar\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g","caption":"Raphael Ugwu"},"url":"https:\/\/reloadly.com\/blog\/author\/fullstackmafia\/"}]}},"jetpack_featured_media_url":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","authors":[{"term_id":359,"user_id":17,"is_guest":0,"slug":"fullstackmafia","display_name":"Raphael Ugwu","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g","0":null,"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""}],"_links":{"self":[{"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2785","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/comments?post=2785"}],"version-history":[{"count":4,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2785\/revisions"}],"predecessor-version":[{"id":3449,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2785\/revisions\/3449"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/media\/2756"}],"wp:attachment":[{"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/media?parent=2785"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/categories?post=2785"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/tags?post=2785"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=2785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}