{"id":404,"date":"2024-09-21T20:43:56","date_gmt":"2024-09-21T17:43:56","guid":{"rendered":"https:\/\/help.testbh.ru\/?p=404"},"modified":"2025-10-14T13:17:18","modified_gmt":"2025-10-14T10:17:18","slug":"proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika","status":"publish","type":"post","link":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\/","title":{"rendered":"Verification of order payment by person's CUID"},"content":{"rendered":"<p><strong>IMPORTANT!<\/strong> This is an instruction for one of the scenarios for using integration with GetCourse. A full description of the BotHelp and GetCourse integration features, as well as other examples of use cases, can be found here.<\/p>\n<p><a href=\"https:\/\/getcourse.ru\/\">GetCourse<\/a> is a learning platform. With the integration, you will be able to track those users who have paid for the course and guide them to the next chain. And for those who are still thinking and have not made a purchase, continue to send the warming chain.<\/p>\n<p>CUID (customer user ID) is a unique person identifier in the BotHelp platform. Its value can be found in the person&#8217;s profile in the column &#8220;CUser ID&#8221;.<\/p>\n<p><img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1670226251995-2sh7fsgh.png\" \/><\/p>\n<h4>GetCourse setup steps<\/h4>\n<p><strong>(!) Please follow these instructions carefully.&nbsp;<\/strong><\/p>\n<p>You need to make a number of settings inside the GetCourse account and only then go to the flow chain. GetCourse setup steps:<\/p>\n<ul>\n<li>Add the bothelp_id field in the registration form.<\/li>\n<li>Add the javascript code to the payment landing page.<\/li>\n<li>Add the ID transfer process.<\/li>\n<\/ul>\n<h4>Add a field in the registration form<\/h4>\n<p><strong>1. Create a new field in the user profile<\/strong><\/p>\n<ul>\n<li>Go to the &#8220;Users&#8221; section.<\/li>\n<li>Select &#8220;Additional fields&#8221;.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036104-4efz0727.png\" \/><\/p>\n<ul>\n<li>Select the field type &#8220;Line&#8221;.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035828-ggtx1qo4.png\" \/><\/p>\n<ul>\n<li>Give the field a name <strong>bothelp_id<\/strong>.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035417-wetk8pmx.png\" \/><\/p>\n<ul>\n<li>Save the field.<\/li>\n<\/ul>\n<p><strong>2. Add a field to the registration form<\/strong><\/p>\n<ul>\n<li>Go to the &#8220;Website&#8221; section \u2014 &#8220;Pages&#8221;.<\/li>\n<li>Create a new <a href=\"https:\/\/getcourse.ru\/blog\/419019\">page<\/a> or edit an existing one.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035791-ibnmsjay.png\" \/><\/p>\n<ul>\n<li>Create a new <a href=\"https:\/\/getcourse.ru\/blog\/275809\">form<\/a> or go to the settings of an existing one.<\/li>\n<li>Add a new &#8220;User field&#8221;.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036337-07a2084z.png\" \/><\/p>\n<ul>\n<li>Select the bothelp_id field type that you created earlier.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035886-luf2dmr5.png\" width=\"534\" height=\"163\" \/><\/p>\n<ul>\n<li><strong>In the item &#8220;CSS class of the element&#8221;, be sure to enter two values:<\/strong><\/li>\n<li>hide<\/li>\n<li>bothelp_id<\/li>\n<\/ul>\n<p>This setting will hide this field from the user. It will not be displayed in the form, but thanks to it, integration with BotHelp will work.<\/p>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036131-ewicim9c.png\" \/><\/p>\n<ul>\n<li>Save the form.<\/li>\n<\/ul>\n<h4>Add javascript code to the page<\/h4>\n<ul>\n<li>At the bottom of the page, add a new &#8220;Javascript code&#8221; block. You can find it in the &#8220;Insert&#8221; section.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036185-ke3agmiq.png\" \/><\/p>\n<ul>\n<li>Enter the code name &#8220;Getting BotHelp ID&#8221;.<\/li>\n<li>In the code entry field, enter the following code. Make sure you copy it correctly!<\/li>\n<\/ul>\n<p><code>$(document).ready(function(){ var regex = new RegExp('[\\\\?&amp;]sid=([^&amp;#]+)'); var match = regex.exec(window.location.href); if (match &amp;&amp; match.length) { $('.bothelp_id input').val(decodeURIComponent(match[1])); } });<\/code><\/p>\n<p>This is how it looks inside GetCourse. Save the block.<\/p>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036004-57rbeopg.png\" \/><\/p>\n<h4>Add the ID transfer process<\/h4>\n<p><strong>1. Create 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-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035723-wwoqnwan.png\" \/><\/p>\n<ul>\n<li>Give the process the name &#8220;ID transfer to BotHelp&#8221;.<\/li>\n<li>Select the &#8220;Orders&#8221; object type.<\/li>\n<li>The template is &#8220;without a template&#8221;.<\/li>\n<li>Click the <strong>Create<\/strong> button.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035742-xh09e9k7.png\" \/><br \/>\n<strong>2. General settings<\/strong><\/p>\n<ul>\n<li>In the &#8220;Mass task creation&#8221; section, select &#8220;Periodic review&#8221;.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035672-kbk636iu.png\" \/><\/p>\n<ul>\n<li>If the process is completed or paid for, specify and select the offer that you want to check in the chain in the object entry rules. You can add several offers.<\/li>\n<\/ul>\n<p><em>Example<\/em>:<\/p>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036066-h5zvapjn.png\" \/><br \/>\n<strong>3. Creating a process&nbsp;<\/strong><\/p>\n<p>Here is the final process. Step-by-step instructions are below.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035865-bkkd5zjf.png\" width=\"968\" height=\"318\" \/><\/p>\n<ul>\n<li><strong>The &#8220;Order created&#8221; condition<\/strong><\/li>\n<\/ul>\n<p>The first step after starting the process will be the condition &#8220;Order&#8221; \u2014 &#8220;Offer&#8221; \u2014 your offer, the purchase of which has to be verified. You can add multiple offers using the <em>or<\/em> condition.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035675-fprj6zrs.png\" width=\"552\" height=\"281\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118028246-ovd3aey1.png\" width=\"410\" height=\"133\" \/><br \/>\nIf the condition is not met (no), then we transfer to the process termination.<\/p>\n<ul>\n<li><strong>The &#8220;Process Termination&#8221; block<\/strong><\/li>\n<\/ul>\n<p>Add a <em>Positive<\/em> &#8220;Process Termination&#8221; block.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035988-q8huv06y.png\" width=\"552\" height=\"190\" \/><\/p>\n<p>Connect the non-fulfillment of the order creation condition with the termination of the process.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035765-mjcz0ru2.png\" width=\"590\" height=\"337\" \/><\/p>\n<ul>\n<li><strong>The &#8220;Order has been paid&#8221; condition<\/strong><\/li>\n<\/ul>\n<p>Add the condition &#8220;Order&#8221; \u2014 &#8220;Paid&#8221; \u2014 &#8220;Yes&#8221;.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118031638-dc5d25am.png\" width=\"544\" height=\"212\" \/><br \/>\nConnect the &#8220;Order created&#8221; and &#8220;Order paid&#8221; conditions.<\/p>\n<p>In case of non-compliance with the condition (no), transfer to &#8220;Process Termination&#8221;.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035610-2rqh5q0i.png\" width=\"679\" height=\"316\" \/><\/p>\n<p>If the condition is met (yes), transfer to the &#8220;Operation&#8221; block \u2014 &#8220;Call URL&#8221;.<\/p>\n<ul>\n<li><strong>Operation block \u2014 Call URL<\/strong><\/li>\n<\/ul>\n<p>Add a new block of the &#8220;Operation&#8221; type, select &#8220;Call URL&#8221; and save it.<\/p>\n<p>In the &#8220;Operations&#8221; settings, enter:<\/p>\n<ol>\n<li>The name of the operation &#8220;Transfer ID&#8221;.<\/li>\n<li>The &#8220;POST&#8221; method.<\/li>\n<li>In the URL field, enter the following link:<\/li>\n<\/ol>\n<p><code>https:\/\/gc.bothelp.io\/callback?idBotHelp={object.user.bothelp_id}&amp;order_status={object.status}&amp;order_num={object.number}&amp;offers={object.offers}<\/code><\/p>\n<p>4. Leave the rest as default. Save it.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036220-g7bo4mbo.png\" width=\"548\" height=\"524\" \/><\/p>\n<ul>\n<li><strong>Don&#8217;t forget to specify all the connections correctly.<\/strong><\/li>\n<\/ul>\n<p>Connect the successful fulfillment of the &#8220;Order paid&#8221; condition with the &#8220;Operations&#8221; block of the ID transfer.<\/p>\n<p>Connect the &#8220;Operations&#8221; block to the &#8220;Process Termination&#8221; block.<\/p>\n<p>The general scheme of the process.<\/p>\n<p><strong>Make sure that your process scheme matches the screenshot exactly.<br \/>\n<\/strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035840-ynfcznbq.png\" width=\"968\" height=\"318\" \/><\/p>\n<p>Start the process and make sure it is active.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035425-a26g9ekg.png\" width=\"1177\" height=\"111\" \/><\/p>\n<h4>Setting up in BotHelp<\/h4>\n<p>The setup consists of two steps: transfer the ID along with the link to the page and add a payment verification condition.<\/p>\n<h4>Sending ID in the link<\/h4>\n<p>To the link that leads to the landing page, you have to add the parameter<\/p>\n<p><strong>?sid={%cuid%}<\/strong><\/p>\n<p><em>Example<\/em>:<\/p>\n<pre>https:\/\/info\/course_page?sid={%cuid%}<\/pre>\n<p>The link can be sent inside the text or in the URL button.<\/p>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118035473-0mtbts9i.png\" \/><\/p>\n<h4>Payment verification condition<\/h4>\n<p>Add a new &#8220;Condition&#8221; step and add the condition &#8220;Paid for the course in GetCourse&#8221;. Add the ID of the &#8220;Offer&#8221; from GetCourse to the input field.<\/p>\n<p>Go to the &#8220;Products&#8221; section, to the &#8220;Offers&#8221; tab. Copy the offer ID and paste it into the condition field.<\/p>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036257-39lapd7h.png\" \/><\/p>\n<p>An example of a ready-made condition. You can add multiple offers to one condition.<\/p>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036090-hyow19ed.png\" \/><\/p>\n<h4>Setting up a chain in BotHelp<\/h4>\n<p>First, create a standard warming chain. Send useful content and take other engaging steps.<\/p>\n<p>When you consider that users are ready to purchase your product, send a link to the selling page (landing page) in GetCourse.<\/p>\n<p>You can send a link either as text or via a URL button. Most importantly, don&#8217;t forget to add a parameter that transmits the person ID.<\/p>\n<p>After the link step, be sure to set a delay of 30-40 minutes, and after that, a condition for verifying the payment. This delay is necessary so that the data from GetCourse can be transferred to our system.<\/p>\n<p>If the condition is met, you can assign a payment tag and send the person to the next flow. And if it is not observed, continue to send warming messages.<\/p>\n<p>It is necessary to check compliance with the condition after each sending of the purchase link.<\/p>\n<p><em>Example of the scheme:<br \/>\n<\/em><br \/>\n<img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036348-0xamo15a.png\" \/><\/p>\n<p><strong>Delay time<\/strong><\/p>\n<p>Take into account the time it will take for users to make a payment. It should be added to the delay of 30-40 minutes. If you do not take this additional time into account, the data about the successful payment will be transmitted to our platform after the flow verifies the condition, and the person will follow the &#8220;Did not pay&#8221; script.<\/p>\n<p>You can either 1) set up multiple verifications at different steps throughout the entire flow chain, or 2) loop the verification as shown in the scheme: in this case, the condition is verified every 30 minutes.<\/p>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036015-ljjgyp0a.png\" \/><\/p>\n<p><strong>Verifying the link click<\/strong><\/p>\n<p>You can also first track down those who clicked on the link to the course and verify only them for purchase. And for those who did not follow the link, send other warming content.<\/p>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648118036359-evw8gr1p.png\" \/><\/p>\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=\"404\">\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 the course payment in Getcourse<\/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-404","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 CUID<\/title>\n<meta name=\"description\" content=\"How to track the course payment in Getcourse\" \/>\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%20the%20course%20payment%20in%20Getcourse\" \/>\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 CUID\" \/>\n<meta property=\"og:description\" content=\"How to track the course payment in Getcourse\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-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:43:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-14T10:17:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1670226251995-2sh7fsgh.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=\"12 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-cuid-podpischika\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-cuid-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 CUID\",\"datePublished\":\"2024-09-21T17:43:56+00:00\",\"dateModified\":\"2025-10-14T10:17:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\\\/\"},\"wordCount\":981,\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1670226251995-2sh7fsgh.png\",\"articleSection\":[\"GetCourse\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\\\/\",\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\\\/\",\"name\":\"\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u043f\u043b\u0430\u0442\u044b \u0437\u0430\u043a\u0430\u0437\u0430 \u043f\u043e CUID \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430 | \u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1670226251995-2sh7fsgh.png\",\"datePublished\":\"2024-09-21T17:43:56+00:00\",\"dateModified\":\"2025-10-14T10:17:18+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 CUID \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-cuid-podpischika\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\\\/#primaryimage\",\"url\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1670226251995-2sh7fsgh.png\",\"contentUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1670226251995-2sh7fsgh.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/proverka-oplaty-zakaza-na-getcourse-po-cuid-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 CUID\"}]},{\"@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 CUID","description":"How to track the course payment in Getcourse","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 the course payment in Getcourse","og_locale":"en_US","og_type":"article","og_title":"Verification of order payment by person's CUID","og_description":"How to track the course payment in Getcourse","og_url":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-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:43:56+00:00","article_modified_time":"2025-10-14T10:17:18+00:00","og_image":[{"url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1670226251995-2sh7fsgh.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":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\/#article","isPartOf":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-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 CUID","datePublished":"2024-09-21T17:43:56+00:00","dateModified":"2025-10-14T10:17:18+00:00","mainEntityOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\/"},"wordCount":981,"image":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1670226251995-2sh7fsgh.png","articleSection":["GetCourse"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\/","url":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\/","name":"\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u043f\u043b\u0430\u0442\u044b \u0437\u0430\u043a\u0430\u0437\u0430 \u043f\u043e CUID \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430 | \u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp","isPartOf":{"@id":"https:\/\/help.bothelp.io\/#website"},"primaryImageOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\/#primaryimage"},"image":{"@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1670226251995-2sh7fsgh.png","datePublished":"2024-09-21T17:43:56+00:00","dateModified":"2025-10-14T10:17:18+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 CUID \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-cuid-podpischika\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-podpischika\/#primaryimage","url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1670226251995-2sh7fsgh.png","contentUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1670226251995-2sh7fsgh.png"},{"@type":"BreadcrumbList","@id":"https:\/\/help.bothelp.io\/en\/proverka-oplaty-zakaza-na-getcourse-po-cuid-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 CUID"}]},{"@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\/404","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=404"}],"version-history":[{"count":24,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/404\/revisions"}],"predecessor-version":[{"id":5845,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/404\/revisions\/5845"}],"wp:attachment":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/media?parent=404"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/categories?post=404"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/tags?post=404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}