{"id":411,"date":"2024-09-21T20:55:17","date_gmt":"2024-09-21T17:55:17","guid":{"rendered":"https:\/\/help.testbh.ru\/?p=411"},"modified":"2025-10-14T13:23:07","modified_gmt":"2025-10-14T10:23:07","slug":"proverka-oplaty-zakaza-na-getcourse-po-email-podpischika","status":"publish","type":"post","link":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/","title":{"rendered":"Verification of order payment by person's email"},"content":{"rendered":"<p>Processes can be used to send information about the person and their order from GetCourse to BotHelp in order to interact with the person through the flow. One example of using the flow process and settings may be tracking payment for an order or course in GetCourse.<\/p>\n<h4>GetCourse setup steps<\/h4>\n<p><strong>1. Creating a product<\/strong><\/p>\n<ul>\n<li>Go to the &#8220;Sales&#8221; section \u2014 &#8220;Products&#8221; and click <strong>Add Product<\/strong>.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666887942496-zoj5iclo.png\" \/><\/p>\n<ul>\n<li>Give the product a name.<\/li>\n<li>Set the offer price for this product.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666887924271-2gabxc9k.png\" \/><\/p>\n<ul>\n<li>After saving the product, go to the &#8220;Offers&#8221; tab and open the created offer. Its name matches the name of the product.<\/li>\n<li>Make sure that the &#8220;Complete order automatically upon receipt of payment&#8221; checkbox is active for the offer.\n<ul>\n<li>Then, for this offer, orders will automatically switch to the &#8220;Completed&#8221; status after payment is received.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666888002133-hzwclhfu.png\" \/><br \/>\n<strong>2. Creating a process<\/strong><\/p>\n<ul>\n<li>Go to the &#8220;Tasks&#8221; section \u2014 &#8220;Processes&#8221; and click the <strong>Create Process<\/strong> button.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666888016009-szkpcu4x.png\" \/><\/p>\n<ul>\n<li>Enter the process name.<\/li>\n<li>Select the &#8220;Orders&#8221; object type.<\/li>\n<li>You don&#8217;t need to specify anything in the &#8220;template&#8221; field \u2014 the &#8220;without template&#8221; option.<\/li>\n<li>Click the <strong>Create<\/strong> button.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666887854781-c6bkdgbw.png\" \/><br \/>\n<strong>3. Process setup<\/strong><\/p>\n<ul>\n<li>In the settings of the created process, in the &#8220;Mass task creation&#8221; section, select &#8220;Periodic review&#8221;.\n<ul>\n<li>In this case, the created process will automatically &#8220;drag in&#8221; suitable orders.<\/li>\n<\/ul>\n<\/li>\n<li>In the entry rules for the object, specify the offer orders of which you want to check, and their status is &#8220;Completed&#8221;.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666888093153-k81s2d3f.png\" \/><br \/>\n<strong>4. Creating process logic<\/strong><\/p>\n<p>This process will only include orders that have already been paid for the previously selected offer. Therefore, no additional verifications and conditions have to be set up during the process.<\/p>\n<ul>\n<li>In the settings of the created process, go to the &#8220;Process&#8221; tab to set up the logic of the process itself.<\/li>\n<li>Add the &#8220;Operation&#8221; block.\n<ul>\n<li>Enter the block name.<\/li>\n<li>The block should work according to the &#8220;Order&#8221;.<\/li>\n<li>The type of operation is &#8220;Call URL&#8221;.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666888157138-lcel7xv3.png\" \/><\/p>\n<ul>\n<li>In the block settings, select the &#8220;POST&#8221; method.<\/li>\n<li>Insert a link in the URL column:<\/li>\n<\/ul>\n<pre>https:\/\/gc.bothelp.io\/callback?email={object.user.email}&amp;phone={object.user.phone}&amp;order_status={object.status}&amp;offers={object.offers}&amp;domain_name={%Your domain is in Bothelp%}<\/pre>\n<ul>\n<li><strong>What is this link for?<\/strong>\n<ul>\n<li>GetCourse uses it to send data about the person and their order to BotHelp, so that the flow can then verify the condition.<\/li>\n<li>This link contains the necessary information about the person and their order:\n<ul>\n<li><strong>email \u2014<\/strong> email address of the person. According to it, BotHelp finds a specific person in its database. This is a required field.<\/li>\n<li><strong>domain_name<\/strong> <strong>\u2014<\/strong> the name of your profile in BotHelp. Using this field, BotHelp understands in which profile to look for a person with such an email. This is a required field.<\/li>\n<li><strong>phone<\/strong> \u2014 the person&#8217;s phone number. BotHelp can also use it to find a specific person in its database if there are several people found by the mail. This is an optional field.<\/li>\n<li><strong>order_status<\/strong> \u2014 the person&#8217;s order status. This is a required field.<\/li>\n<li><strong>offers<\/strong> \u2014 the number of the offer for which the person placed the order. This is a required field.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li><strong>Important!<\/strong> In the domain_name column instead of the text {%Your domain in Bothelp%} you have to specify the domain of your profile in BotHelp.\n<ul>\n<li>The curly brackets {} and % signs have to be removed. The final record will be in this format: <code>domain_name=mybhaccount<\/code>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666888209932-9306k5ud.png\" \/><\/p>\n<ul>\n<li>Save the block.<\/li>\n<li>Add the &#8220;Process Termination&#8221; block and establish the links between the blocks.<\/li>\n<li>The final process should look like this:<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666888252389-fz1xx7ti.png\" \/><\/p>\n<ul>\n<li><strong>Important! <\/strong>On the &#8220;General&#8221; tab of the process you are creating, activate the &#8220;Approved&#8221; checkbox and click the big green <strong>Run<\/strong> button.<\/li>\n<\/ul>\n<h4>Setting up a funnel in BotHelp<\/h4>\n<p>To receive data from GetCourse in the BotHelp profile, follow these steps:<\/p>\n<ul>\n<li>In the flow constructor, add the &#8220;Condition&#8221; block.<\/li>\n<li>In the block settings, add the condition &#8220;Order status in GetCourse&#8221;.<\/li>\n<li>In the settings that open, enter the ID of the GetCourse offer that the person has placed an order for, and the order status that needs to be verified.\n<ul>\n<li>In our example, the offer number is 3875235, it is taken from the list of all offers in GetCourse, and the order status is &#8220;Completed&#8221;.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666888484700-r3hughtz.png\" \/><br \/>\n<strong>Important!<\/strong> When the user reaches a step with a condition, the condition is verified immediately. If at that time the offer status for the user is not equal to the one selected in the condition, or if the data has not yet come from GetCourse, then the user will follow the &#8220;No&#8221; branch.<\/p>\n<ul>\n<li>In order for the flow to wait for the specified order status, it is necessary to set a delay after the condition, e.g., for 15 minutes. There should be a transition from the &#8220;No&#8221; condition to the delay, and from the delay there should be a transition back to the same condition.<\/li>\n<li>In this case, the user will be stuck in the condition until performing an action in GetCourse, which will assign the desired offer status.<\/li>\n<li>So that the cycle is not endless for people who have not paid for the order, you can create a counter through a custom field. To do this, before starting the cycle, set the custom field value for a person to 10, for example. And after each condition verification, reduce the value by 1. And when the value is 0, remove the person from this cycle through another &#8220;Condition&#8221; block.<\/li>\n<\/ul>\n<hr \/>\n<p>If you haven&#8217;t found the answer to your question, contact us in the chat in your profile or email <a href=\"mailto:hello@bothelp.io\">hello@bothelp.io<\/a>\ud83d\ude03<\/p>\n<p>Get 14 days of full functionality of BotHelp, a platform for creating broadcasting, autofunnels, and chatbots.<\/p>\n<p><strong><a href=\"https:\/\/bothelp.io\/ru?utm_source=bz&amp;utm_medium=footer&amp;utm_campaign=15655\">Get 14 days for free<\/a><\/strong><\/p>\n\r\n\t\t\t<div id=\"daexthefu-container\"\r\n\t\t\t\tclass=\"daexthefu-container daexthefu-layout-side-by-side daexthefu-alignment-left\"\r\n\t\t\t\tdata-post-id=\"411\">\r\n\r\n\t\t\t\t<div class=\"daexthefu-feedback\">\r\n\t\t\t\t\t<div class=\"daexthefu-text\">\r\n\t\t\t\t\t\t<h3 class=\"daexthefu-title\">\u0411\u044b\u043b\u0430 \u043b\u0438 \u0441\u0442\u0430\u0442\u044c\u044f \u043f\u043e\u043b\u0435\u0437\u043d\u0430?<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"daexthefu-buttons-container\">\r\n\t\t\t\t\t\t<div class=\"daexthefu-buttons\">\r\n\t\t\t\t\t\t\t\r\n\t\t\t<div class=\"daexthefu-yes daexthefu-button daexthefu-button-type-icon\" data-value=\"1\">\r\n\t\t\t\t\r\n                <svg>\r\n                    <defs>\r\n                        <style>.thumb-up-cls-1{fill:#c9c9c9;}.thumb-up-cls-2{fill:#e1e1e1;}.thumb-up-cls-3{fill:#676767;}<\/style>\r\n                    <\/defs>\r\n                    <g id=\"thumb_up\">\r\n                        <path class=\"thumb-up-cls-2 daexthefu-icon-circle\" d=\"m24,3c11.58,0,21,9.42,21,21s-9.42,21-21,21S3,35.58,3,24,12.42,3,24,3m0-1C11.85,2,2,11.85,2,24s9.85,22,22,22,22-9.85,22-22S36.15,2,24,2h0Z\" \/>\r\n                        <g>\r\n                            <rect class=\"thumb-up-cls-3 daexthefu-icon-secondary-color\" x=\"10\" y=\"20\" width=\"6\" height=\"15\" rx=\"1.5\" ry=\"1.5\" \/>\r\n                            <path class=\"thumb-up-cls-1 daexthefu-icon-primary-color\" d=\"m30.57,9.06l-.49-.1c-.81-.17-1.61.35-1.78,1.16l-5.3,11.74c-.17.81,3.16,1.61,3.97,1.78l1.96.41c.81.17,1.61-.35,1.78-1.16l2.18-10.27c.34-1.61-.7-3.21-2.31-3.56Z\" \/>\r\n                            <path class=\"thumb-up-cls-1 daexthefu-icon-primary-color\" d=\"m38.17,20h-18.67c-.83,0-1.5.67-1.5,1.5v12c0,.83.67,1.5,1.5,1.5h16.27c.71,0,1.33-.5,1.47-1.21l2.4-12c.19-.93-.53-1.8-1.47-1.8Z\" \/>\r\n                        <\/g>\r\n                    <\/g>\r\n                <\/svg>\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t<div class=\"daexthefu-no daexthefu-button daexthefu-button-type-icon\" data-value=\"0\">\r\n\t\t\t\t\r\n                <svg>\r\n                    <defs>\r\n                        <style>.thumb-down-cls-1{fill:#c9c9c9;}.thumb-down-cls-2{fill:#e1e1e1;}.thumb-down-cls-3{fill:#676767;}<\/style>\r\n                    <\/defs>\r\n                    <g id=\"thumb_down\">\r\n                        <path class=\"thumb-down-cls-2 daexthefu-icon-circle\" d=\"m24,3c11.58,0,21,9.42,21,21s-9.42,21-21,21S3,35.58,3,24,12.42,3,24,3m0-1C11.85,2,2,11.85,2,24s9.85,22,22,22,22-9.85,22-22S36.15,2,24,2h0Z\" \/>\r\n                        <g>\r\n                            <rect class=\"thumb-down-cls-3 daexthefu-icon-secondary-color\" x=\"10\" y=\"13\" width=\"6\" height=\"15\" rx=\"1.5\" ry=\"1.5\" \/>\r\n                            <path class=\"thumb-down-cls-1 daexthefu-icon-primary-color\" d=\"m30.57,38.94l-.49.1c-.81.17-1.61-.35-1.78-1.16l-5.3-11.74c-.17-.81,3.16-1.61,3.97-1.78l1.96-.41c.81-.17,1.61.35,1.78,1.16l2.18,10.27c.34,1.61-.7,3.21-2.31,3.56Z\" \/>\r\n                            <path class=\"thumb-down-cls-1 daexthefu-icon-primary-color\" d=\"m38.17,28h-18.67c-.83,0-1.5-.67-1.5-1.5v-12c0-.83.67-1.5,1.5-1.5h16.27c.71,0,1.33.5,1.47,1.21l2.4,12c.19.93-.53,1.8-1.47,1.8Z\" \/>\r\n                        <\/g>\r\n                    <\/g>\r\n                <\/svg>\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\r\n\t\t\t\t<div class=\"daexthefu-comment\">\r\n\t\t\t\t\t<div class=\"daexthefu-comment-top-container\">\r\n\t\t\t\t\t\t<label id=\"daexthefu-comment-label\" class=\"daexthefu-comment-label\"><\/label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"daexthefu-comment-character-counter-container\">\r\n\t\t\t\t\t\t\t\t<div id=\"daexthefu-comment-character-counter-number\"\r\n\t\t\t\t\t\t\t\t\tclass=\"daexthefu-comment-character-counter-number\"><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"daexthefu-comment-character-counter-text\"><\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<textarea id=\"daexthefu-comment-textarea\" class=\"daexthefu-comment-textarea\"\r\n\t\t\t\t\t\t\t\tplaceholder=\"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435\"\r\n\t\t\t\t\t\t\t\tmaxlength=\"\r\n\t\t\t\t\t\t\t\t400\t\t\t\t\t\t\t\t\t\"><\/textarea>\r\n\t\t\t\t\t<div class=\"daexthefu-comment-buttons-container\">\r\n\t\t\t\t\t\t<button class=\"daexthefu-comment-submit daexthefu-button\">\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c<\/button>\r\n\t\t\t\t\t\t<button class=\"daexthefu-comment-cancel daexthefu-button\">\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c<\/button>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\r\n\t\t\t\t<div class=\"daexthefu-successful-submission-text\">\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u043e\u0431\u0440\u0430\u0442\u043d\u0443\u044e \u0441\u0432\u044f\u0437\u044c!<\/div>\r\n\r\n\t\t\t<\/div>\r\n\r\n\t\t\t","protected":false},"excerpt":{"rendered":"<p>How to track payment for an order or course in GetCourse with subscriber recognition by email<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_helpful_status":1,"footnotes":""},"categories":[23],"tags":[],"class_list":["post-411","post","type-post","status-publish","format-standard","hentry","category-integracziya-s-getcourse"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Verification of order payment by person&#039;s email<\/title>\n<meta name=\"description\" content=\"How to track payment for an order or course in GetCourse with subscriber recognition by email\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/How%20to%20track%20payment%20for%20an%20order%20or%20course%20in%20GetCourse%20with%20subscriber%20recognition%20by%20email\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Verification of order payment by person&#039;s email\" \/>\n<meta property=\"og:description\" content=\"How to track payment for an order or course in GetCourse with subscriber recognition by email\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/bothelpru\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-21T17:55:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-14T10:23:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666887942496-zoj5iclo.png\" \/>\n<meta name=\"author\" content=\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/\"},\"author\":{\"name\":\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\"},\"headline\":\"Verification of order payment by person's email\",\"datePublished\":\"2024-09-21T17:55:17+00:00\",\"dateModified\":\"2025-10-14T10:23:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/\"},\"wordCount\":716,\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1666887942496-zoj5iclo.png\",\"articleSection\":[\"GetCourse\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/\",\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/\",\"name\":\"\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u043f\u043b\u0430\u0442\u044b \u0437\u0430\u043a\u0430\u0437\u0430 \u043f\u043e email \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430 \u0432 BotHelp | \u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1666887942496-zoj5iclo.png\",\"datePublished\":\"2024-09-21T17:55:17+00:00\",\"dateModified\":\"2025-10-14T10:23:07+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\"},\"description\":\"\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443 \u0437\u0430\u043a\u0430\u0437\u0430 \u043f\u043e email \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430 \u0432 BotHelp. \u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0438 \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0435.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/#primaryimage\",\"url\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1666887942496-zoj5iclo.png\",\"contentUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1666887942496-zoj5iclo.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"How to Work with BotHelp Service: Setting Up Your Account for Your Business Goals\",\"item\":\"https:\\\/\\\/help.bothelp.io\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Verification of order payment by person's email\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/\",\"name\":\"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp\",\"description\":\"\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\",\"name\":\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g\",\"caption\":\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\"},\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/author\\\/t-karpikova\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Verification of order payment by person's email","description":"How to track payment for an order or course in GetCourse with subscriber recognition by email","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":"How to track payment for an order or course in GetCourse with subscriber recognition by email","og_locale":"en_US","og_type":"article","og_title":"Verification of order payment by person's email","og_description":"How to track payment for an order or course in GetCourse with subscriber recognition by email","og_url":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/","og_site_name":"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp","article_publisher":"https:\/\/www.facebook.com\/bothelpru","article_published_time":"2024-09-21T17:55:17+00:00","article_modified_time":"2025-10-14T10:23:07+00:00","og_image":[{"url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666887942496-zoj5iclo.png","type":"","width":"","height":""}],"author":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/#article","isPartOf":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/"},"author":{"name":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca"},"headline":"Verification of order payment by person's email","datePublished":"2024-09-21T17:55:17+00:00","dateModified":"2025-10-14T10:23:07+00:00","mainEntityOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/"},"wordCount":716,"image":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666887942496-zoj5iclo.png","articleSection":["GetCourse"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/","url":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/","name":"\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u043f\u043b\u0430\u0442\u044b \u0437\u0430\u043a\u0430\u0437\u0430 \u043f\u043e email \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430 \u0432 BotHelp | \u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439","isPartOf":{"@id":"https:\/\/help.bothelp.io\/#website"},"primaryImageOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/#primaryimage"},"image":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666887942496-zoj5iclo.png","datePublished":"2024-09-21T17:55:17+00:00","dateModified":"2025-10-14T10:23:07+00:00","author":{"@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca"},"description":"\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443 \u0437\u0430\u043a\u0430\u0437\u0430 \u043f\u043e email \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430 \u0432 BotHelp. \u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0438 \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0435.","breadcrumb":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/#primaryimage","url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666887942496-zoj5iclo.png","contentUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1666887942496-zoj5iclo.png"},{"@type":"BreadcrumbList","@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-email-podpischika\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"How to Work with BotHelp Service: Setting Up Your Account for Your Business Goals","item":"https:\/\/help.bothelp.io\/"},{"@type":"ListItem","position":2,"name":"Verification of order payment by person's email"}]},{"@type":"WebSite","@id":"https:\/\/help.bothelp.io\/en\/#website","url":"https:\/\/help.bothelp.io\/en\/","name":"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp","description":"\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/help.bothelp.io\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca","name":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g","caption":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430"},"url":"https:\/\/help.bothelp.io\/en\/author\/t-karpikova\/"}]}},"_links":{"self":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/411","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/comments?post=411"}],"version-history":[{"count":16,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/411\/revisions"}],"predecessor-version":[{"id":5848,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/411\/revisions\/5848"}],"wp:attachment":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/media?parent=411"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/categories?post=411"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/tags?post=411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}