{"id":2792,"date":"2022-07-12T17:51:28","date_gmt":"2022-07-12T17:51:28","guid":{"rendered":"https:\/\/www.reloadly.com\/blog\/?p=2792"},"modified":"2022-08-22T10:11:26","modified_gmt":"2022-08-22T10:11:26","slug":"how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account","status":"publish","type":"post","link":"https:\/\/blog.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/","title":{"rendered":"How to fetch monthly transaction data for gift card orders made on your account"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_46 ez-toc-wrap-left counter-hierarchy ez-toc-counter ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"ez-toc-toggle-icon-1\"><label for=\"item-69d2ce9b078ea\" aria-label=\"Table of Content\"><span style=\"display: flex;align-items: center;width: 35px;height: 30px;justify-content: center;direction:ltr;\"><svg style=\"fill: #000000;color:#000000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #000000;color:#000000\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/label><input  type=\"checkbox\" id=\"item-69d2ce9b078ea\"><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-visibility-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/blog.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#Retrieving_monthly_gift_card_transaction_details\" title=\"Retrieving monthly gift card transaction details\">Retrieving monthly gift card transaction details<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/blog.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#Resources\" title=\"Resources\">Resources<\/a><\/li><\/ul><\/nav><\/div>\n\n<p>It\u2019s essential to track your gift card orders, especially if you make lots of orders over an amount of time. This guide will walk you through how to achieve this. Steps to be followed in this guide are:<\/p>\n\n\n\n<ul><li>Getting your access token<\/li><li>Retrieving monthly gift card transaction details<\/li><\/ul>\n\n\n\n<p><em>You can get your access token by following the steps in this <\/em><a href=\"https:\/\/developers.reloadly.com\/gift-cards\/quickstart\" target=\"_blank\" rel=\"noreferrer noopener\"><em>quickstart<\/em><\/a><em>.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Retrieving_monthly_gift_card_transaction_details\"><\/span>Retrieving monthly gift card transaction details<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Assuming you want to view the gift card transaction details for the month of June 2022, you can achieve this by making a request to Reloadly\u2019s GiftCard API with the starting date and the ending date of the specified month. You would also specify the time &#8211; for example, the query parameters to be specified for June 2022 would be as follows<\/p>\n\n\n\n<p><code>startDate: 2022-06-01 00:00:01<\/code><\/p>\n\n\n\n<p><code>endDate: 2022-06-30 23:59:59<\/code><\/p>\n\n\n\n<p>The cURL code snippet below shows how the entire request is put together<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>'https:\/\/giftcards-sandbox.reloadly.com\/reports\/transactions?startDate=2022-06-01%2000%3A00%3A01&amp;endDate=2022-06-30%2023%3A59%3A59' \\\n  -H 'Authorization: Bearer &lt;YOUR_TOKEN_HERE&gt;'\n<\/code><\/pre>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If successful, you will receive a JSON snippet containing details of all the gift card orders you made in June 2022<\/p>\n\n\n\n<div style=\"height:43px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"content\": &#091;\n    {\n      \"transactionId\": 3116,\n      \"amount\": 3139.45,\n      \"discount\": 25.65,\n      \"currencyCode\": \"NGN\",\n      \"fee\": 285,\n      \"smsFee\": 4.45,\n      \"recipientEmail\": \"anyone@email.com\",\n      \"recipientPhone\": \"18579184613\",\n      \"customIdentifier\": \"gift-card-amazon-order\",\n      \"status\": \"SUCCESSFUL\",\n      \"transactionCreatedTime\": \"2022-06-10 08:06:04\",\n      \"product\": {\n        \"productId\": 5,\n        \"productName\": \"Amazon US\",\n        \"countryCode\": \"US\",\n        \"quantity\": 1,\n        \"unitPrice\": 5,\n        \"totalPrice\": 5,\n        \"currencyCode\": \"USD\",\n        \"brand\": {\n          \"brandId\": 2,\n          \"brandName\": \"Amazon\"\n        }\n      }\n    }\n  ],\n  \"pageable\": {\n    \"sort\": {\n      \"sorted\": false,\n      \"unsorted\": true,\n      \"empty\": true\n    },\n    \"pageNumber\": 0,\n    \"pageSize\": 50,\n    \"offset\": 0,\n    \"unpaged\": false,\n    \"paged\": true\n  },\n  \"last\": true,\n  \"totalPages\": 1,\n  \"totalElements\": 1,\n  \"sort\": {\n    \"sorted\": false,\n    \"unsorted\": true,\n    \"empty\": true\n  },\n  \"numberOfElements\": 1,\n  \"first\": true,\n  \"size\": 50,\n  \"number\": 0,\n  \"empty\": false\n}\n<\/code><\/pre>\n\n\n\n<div style=\"height:39px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Resources\"><\/span>Resources<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p><a href=\"https:\/\/docs.reloadly.com\/gift-cards\/\">Reloadly Gift Cards API<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/developers.reloadly.com\/gift-cards\/introduction\" target=\"_blank\" rel=\"noreferrer noopener\">Reloadly Developer Documentation<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to view periodic data for all your gift card transactions .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":{"footnotes":""},"categories":[274],"tags":[277,282,285,65,403],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to fetch monthly transaction data for gift card orders made on your account - Reloadly<\/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:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to fetch monthly transaction data for gift card orders made on your account - Reloadly\" \/>\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:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/\" \/>\n<meta property=\"og:site_name\" content=\"Reloadly\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-12T17:51:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-22T10:11:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.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<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data1\" content=\"2 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/#organization\",\"name\":\"Reloadly\",\"url\":\"https:\/\/www.reloadly.com\/blog\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/blog.reloadly.com\/blog\/wp-content\/uploads\/2020\/11\/logo-1.svg\",\"width\":100,\"height\":100,\"caption\":\"Reloadly\"},\"image\":{\"@id\":\"https:\/\/www.reloadly.com\/blog\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/#website\",\"url\":\"https:\/\/www.reloadly.com\/blog\/\",\"name\":\"Reloadly\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.reloadly.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.reloadly.com\/blog\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/blog.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png\",\"width\":641,\"height\":334},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#webpage\",\"url\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/\",\"name\":\"How to fetch monthly transaction data for gift card orders made on your account - Reloadly\",\"isPartOf\":{\"@id\":\"https:\/\/www.reloadly.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#primaryimage\"},\"datePublished\":\"2022-07-12T17:51:28+00:00\",\"dateModified\":\"2022-08-22T10:11:26+00:00\",\"description\":\"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community\",\"breadcrumb\":{\"@id\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/\",\"url\":\"https:\/\/www.reloadly.com\/blog\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/\",\"url\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/\",\"name\":\"How to fetch monthly transaction data for gift card orders made on your account\"}}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#webpage\"},\"author\":{\"@id\":\"https:\/\/www.reloadly.com\/blog\/#\/schema\/person\/2400042054e3b3009489e487224a6984\"},\"headline\":\"How to fetch monthly transaction data for gift card orders made on your account\",\"datePublished\":\"2022-07-12T17:51:28+00:00\",\"dateModified\":\"2022-08-22T10:11:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#webpage\"},\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/www.reloadly.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#primaryimage\"},\"keywords\":\"api,developer,gift cards,remittance,transactions\",\"articleSection\":\"Developer Blog\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.reloadly.com\/blog\/how-to-fetch-monthly-transaction-data-for-gift-card-orders-made-on-your-account\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/#\/schema\/person\/2400042054e3b3009489e487224a6984\",\"name\":\"Raphael Ugwu\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.reloadly.com\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/656844c0101d37e5695eee915ed3a49d?s=96&d=mm&r=g\",\"caption\":\"Raphael Ugwu\"},\"url\":\"https:\/\/blog.reloadly.com\/blog\/author\/fullstackmafia\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","authors":[{"term_id":359,"user_id":17,"is_guest":0,"slug":"fullstackmafia","display_name":"Raphael Ugwu"}],"_links":{"self":[{"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2792"}],"collection":[{"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/comments?post=2792"}],"version-history":[{"count":3,"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2792\/revisions"}],"predecessor-version":[{"id":3442,"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2792\/revisions\/3442"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/media\/2756"}],"wp:attachment":[{"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/media?parent=2792"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/categories?post=2792"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.reloadly.com\/blog\/wp-json\/wp\/v2\/tags?post=2792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}