{"id":8458,"date":"2015-11-20T02:02:25","date_gmt":"2015-11-20T02:02:25","guid":{"rendered":"http:\/\/www.allyogatraining.com\/?page_id=8458"},"modified":"2025-06-23T11:56:15","modified_gmt":"2025-06-23T11:56:15","slug":"payment-gateway","status":"publish","type":"page","link":"https:\/\/www.allyogatraining.com\/payment-gateway.html","title":{"rendered":"Payment Gateway"},"content":{"rendered":"<div class=\"page-banner\">\n<h1>Payment Gateway<\/h1>\n<\/div>\n<div class=\"my-content\">\n<div class=\"my-content-left\">\n<h2 class=\"section-title\">Make a Payment<\/h2>\n<div class=\"section-wrapper-v2\">\n<div id=\"smart-button-container\">\n<div>\n<div style=\"margin-bottom: 1.25rem;\">\n          <select id=\"item-options\"><option value=\"Course Deposit\" price=\"650\">Course Deposit &#8211; 650 USD<\/option><option value=\"Deposit balance \" price=\"500\">Deposit balance  &#8211; 500 USD<\/option><option value=\"Course Balance\" price=\"2300\">Course Balance &#8211; 2300 USD<\/option><option value=\"Full Course Payment\" price=\"2650\">Full Course Payment (4 months ahead) &#8211; 2650 USD<\/option><\/select><br \/>\n          <select style=\"visibility: hidden;position:absolute;\" id=\"quantitySelect\"><\/select>\n        <\/div>\n<p>        <!--div id=\"paypal-button-container\"><\/div-->\n<div class=\"my-checkbox v2\">\n        <label><br \/>\n            <input class=\"tos-checkbox\" type=\"checkbox\" \/><br \/>\n            <span>I have read the payment terms and understand that the deposit is non refundable once accepted in the course.<\/span><br \/>\n        <\/label>\n        <\/div>\n<div class=\"tos disabled\">\n<div class=\"submit-btn-cover\" style=\"z-index:200;\"><\/div>\n<div id=\"paypal-button-container\"><\/div>\n<\/p><\/div>\n<p class=\"submit-alert no-margin\">Accept conditions to submit payment<\/p>\n<p><\/p>\n<p class=\"outlined-content display-inlineblock\" style=\"margin-top: 0; max-width:500px;\">\n<strong>Note:<\/strong> A PayPal fee of 8% will be charged on the payment.<\/p>\n<p>  <!--      \n\n<p class=\"light-gray fontsize-14\" style=\"margin-top: 20px;\"><strong>Note:<\/strong> A PayPal fee of 8% will be charged on the payment.<\/p>\n\n -->\n    <\/div>\n<\/div>\n<p><\/p>\n<ul class=\"check\" style=\"padding: 25px; background: #f2f4fe;\"><strong>Save money with a bank transfer to our WISE account!<\/strong><\/p>\n<p>To avoid the PayPal fees, we recommend sending the payment via a bank transfer. Please use the details below:<\/p>\n<li><strong>Account holder:<\/strong> All Yoga International ltd.<\/li>\n<li><strong>Routing Number:<\/strong> 026073150<\/li>\n<li><strong>Swift\/BIC:<\/strong> CMFGUS33<\/li>\n<li><strong>Account number:<\/strong> 8310442875<\/li>\n<li><strong>Address:<\/strong> Community Federal Savings Bank<br \/>\n89-16 Jamaica Ave<br \/>\nWoodhaven NY 11421<br \/>\nUnited States<\/li>\n<p>\n<strong>Note:<\/strong> Email us the transfer receipt and we will confirm you as you as it is received.<\/p>\n<\/ul>\n<p><script src=\"https:\/\/www.paypal.com\/sdk\/js?client-id=Afdo_qhKkebcY5Ca_rgMpUxhOZyh_bHYKn0iPhVwkUVeBGr3fmUxz-GeyELmdNZnieGXMJyvBrRFj5QV&#038;enable-funding=venmo&#038;currency=USD\" data-sdk-integration-source=\"button-factory\"><\/script><br \/>\n<script>\n      function initPayPalButton() {\n        var shipping = 0;\n        var itemOptions = document.querySelector(\"#smart-button-container #item-options\");\n    var quantity = parseInt();\n    var quantitySelect = document.querySelector(\"#smart-button-container #quantitySelect\");\n    if (!isNaN(quantity)) {\n      quantitySelect.style.visibility = \"visible\";\n    }\n    var orderDescription = 'Course Payment';\n    if(orderDescription === '') {\n      orderDescription = 'Item';\n    }\n    paypal.Buttons({\n      style: {\n        shape: 'rect',\n        color: 'gold',\n        layout: 'vertical',\n        label: 'pay',<\/p>\n<p>      },\n      createOrder: function(data, actions) {\n        var selectedItemDescription = itemOptions.options[itemOptions.selectedIndex].value;\n        var selectedItemPrice = parseFloat(itemOptions.options[itemOptions.selectedIndex].getAttribute(\"price\"));\n        var tax = (8 === 0 || false) ? 0 : (selectedItemPrice * (parseFloat(8)\/100));\n        if(quantitySelect.options.length > 0) {\n          quantity = parseInt(quantitySelect.options[quantitySelect.selectedIndex].value);\n        } else {\n          quantity = 1;\n        }<\/p>\n<p>        tax *= quantity;\n        tax = Math.round(tax * 100) \/ 100;\n        var priceTotal = quantity * selectedItemPrice + parseFloat(shipping) + tax;\n        priceTotal = Math.round(priceTotal * 100) \/ 100;\n        var itemTotalValue = Math.round((selectedItemPrice * quantity) * 100) \/ 100;<\/p>\n<p>        return actions.order.create({\n          purchase_units: [{\n            description: orderDescription,\n            amount: {\n              currency_code: 'USD',\n              value: priceTotal,\n              breakdown: {\n                item_total: {\n                  currency_code: 'USD',\n                  value: itemTotalValue,\n                },\n                shipping: {\n                  currency_code: 'USD',\n                  value: shipping,\n                },\n                tax_total: {\n                  currency_code: 'USD',\n                  value: tax,\n                }\n              }\n            },\n            items: [{\n              name: selectedItemDescription,\n              unit_amount: {\n                currency_code: 'USD',\n                value: selectedItemPrice,\n              },\n              quantity: quantity\n            }]\n          }],\n          application_context: {        \n            shipping_preference: 'NO_SHIPPING'\n          }\n        });\n      },\n      onApprove: function(data, actions) {\n        return actions.order.capture().then(function(orderData) {<\/p>\n<p>          \/\/ Full available details\n          console.log('Capture result', orderData, JSON.stringify(orderData, null, 2));<\/p>\n<p>          \/\/ Show a success message within this page, e.g.\n          \/\/const element = document.getElementById('paypal-button-container');\n          \/\/element.innerHTML = '';\n          \/\/element.innerHTML = '<\/p>\n<h3>Thank you for your payment!<\/h3>\n<p>';<\/p>\n<p>          \/\/Or go to another URL:  \n          actions.redirect('https:\/\/www.allyogatraining.com\/deposit-payment-success.html');<\/p>\n<p>        });\n      },\n      onError: function(err) {\n        console.log(err);\n      },\n    }).render('#paypal-button-container');\n  }\n  initPayPalButton();\n<\/script><\/p>\n<\/div>\n<p><!--section-wrapper-v2--><\/p>\n<\/div>\n<div class=\"my-content-right\">\n<div class=\"sb-policy\">\n<h2>Payment &amp; Refund Policy<\/h2>\n<p>1. If an applicant is accepted, the 650 USD deposit becomes <strong>non-refundable<\/strong> with no exception. If an applicant is not accepted, the deposit will be immediately refunded in full.<\/p>\n<p>2. The remaining balance of the course fee must be paid 2 months before the course start date. If not, your spot may be offered to others on the waiting list and the deposit forfeited.<\/p>\n<p>3. Final payments can be completed via PayPal online or international bank transfer email for details.<\/p>\n<p>4. All payments must be net of (excluding) any currency conversion charges or bank transfer fees.<\/p>\n<p>5. In the unlikely event that the training is cancelled, we will offer an alternative placement of your choice with no limit in time. All Yoga is not liable for flight costs or any other expenses.<\/p>\n<p>6. If a student withdraws from the course more than 2 months before the course begins, the deposit is non-refundable but can be transferred to another All Yoga course. If a student withdraws from the course less than two months before the course begins, the deposit will no longer be transferable to another course.<\/p>\n<p>7. Refund for the balance is as follows: Full refund (excluding deposit) if you cancel more than 3 months before start date. Refund minus the deposit will be processed during the cancelled training month. For cancellation within the 90-60 days  windows of the course date &#8211; there will be no refund, but credit can be transferred to another date. Credit is valid with no expiration.<\/p>\n<p>8. If a student reserves accommodation through us, the booking is binding and cannot be refunded as it has incurred expenses. No refunds will be issued if a student chooses to leave the venue accommodation at any point during the course.<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Payment Gateway Make a Payment Course Deposit &#8211; 650 USDDeposit balance &#8211; 500 USDCourse Balance &#8211; 2300 USDFull Course Payment (4 months ahead) &#8211; 2650 USD I have read the payment terms and understand that the deposit is non refundable once accepted in the course. Accept conditions to submit payment Note: A PayPal fee of [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"class_list":{"0":"post-8458","1":"page","2":"type-page","3":"status-publish","5":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.4 (Yoast SEO v26.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Payment conditions | All Yoga Thailand &amp; Bali | teacher course<\/title>\n<meta name=\"description\" content=\"Payment conditions for All Yoga teacher training courses Thailand and Bali, Ashtanga Vinyasa holiday yoga retreat and yoga certification programs.\" \/>\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.allyogatraining.com\/payment-gateway.html\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Payment conditions | All Yoga Thailand &amp; Bali | teacher course\" \/>\n<meta name=\"twitter:description\" content=\"Payment conditions for All Yoga teacher training courses Thailand and Bali, Ashtanga Vinyasa holiday yoga retreat and yoga certification programs.\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/www.allyogatraining.com\/payment-gateway.html\",\"url\":\"https:\/\/www.allyogatraining.com\/payment-gateway.html\",\"name\":\"Payment conditions | All Yoga Thailand & Bali | teacher course\",\"isPartOf\":{\"@id\":\"https:\/\/www.allyogatraining.com\/#website\"},\"datePublished\":\"2015-11-20T02:02:25+00:00\",\"dateModified\":\"2025-06-23T11:56:15+00:00\",\"description\":\"Payment conditions for All Yoga teacher training courses Thailand and Bali, Ashtanga Vinyasa holiday yoga retreat and yoga certification programs.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.allyogatraining.com\/payment-gateway.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.allyogatraining.com\/payment-gateway.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.allyogatraining.com\/payment-gateway.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.allyogatraining.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Payment Gateway\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.allyogatraining.com\/#website\",\"url\":\"https:\/\/www.allyogatraining.com\/\",\"name\":\"All Yoga Training\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.allyogatraining.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.allyogatraining.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.allyogatraining.com\/#organization\",\"name\":\"All Yoga Training\",\"url\":\"https:\/\/www.allyogatraining.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.allyogatraining.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.allyogatraining.com\/wp-content\/uploads\/2018\/12\/logoAY.png\",\"contentUrl\":\"https:\/\/www.allyogatraining.com\/wp-content\/uploads\/2018\/12\/logoAY.png\",\"width\":539,\"height\":537,\"caption\":\"All Yoga Training\"},\"image\":{\"@id\":\"https:\/\/www.allyogatraining.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/allyogatraining\/\",\"https:\/\/www.instagram.com\/allyogatraining\/\",\"https:\/\/www.youtube.com\/@AllYogaTraining\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Payment conditions | All Yoga Thailand & Bali | teacher course","description":"Payment conditions for All Yoga teacher training courses Thailand and Bali, Ashtanga Vinyasa holiday yoga retreat and yoga certification programs.","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:\/\/www.allyogatraining.com\/payment-gateway.html","twitter_card":"summary_large_image","twitter_title":"Payment conditions | All Yoga Thailand & Bali | teacher course","twitter_description":"Payment conditions for All Yoga teacher training courses Thailand and Bali, Ashtanga Vinyasa holiday yoga retreat and yoga certification programs.","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.allyogatraining.com\/payment-gateway.html","url":"https:\/\/www.allyogatraining.com\/payment-gateway.html","name":"Payment conditions | All Yoga Thailand & Bali | teacher course","isPartOf":{"@id":"https:\/\/www.allyogatraining.com\/#website"},"datePublished":"2015-11-20T02:02:25+00:00","dateModified":"2025-06-23T11:56:15+00:00","description":"Payment conditions for All Yoga teacher training courses Thailand and Bali, Ashtanga Vinyasa holiday yoga retreat and yoga certification programs.","breadcrumb":{"@id":"https:\/\/www.allyogatraining.com\/payment-gateway.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.allyogatraining.com\/payment-gateway.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.allyogatraining.com\/payment-gateway.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.allyogatraining.com\/"},{"@type":"ListItem","position":2,"name":"Payment Gateway"}]},{"@type":"WebSite","@id":"https:\/\/www.allyogatraining.com\/#website","url":"https:\/\/www.allyogatraining.com\/","name":"All Yoga Training","description":"","publisher":{"@id":"https:\/\/www.allyogatraining.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.allyogatraining.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.allyogatraining.com\/#organization","name":"All Yoga Training","url":"https:\/\/www.allyogatraining.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.allyogatraining.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.allyogatraining.com\/wp-content\/uploads\/2018\/12\/logoAY.png","contentUrl":"https:\/\/www.allyogatraining.com\/wp-content\/uploads\/2018\/12\/logoAY.png","width":539,"height":537,"caption":"All Yoga Training"},"image":{"@id":"https:\/\/www.allyogatraining.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/allyogatraining\/","https:\/\/www.instagram.com\/allyogatraining\/","https:\/\/www.youtube.com\/@AllYogaTraining"]}]}},"_links":{"self":[{"href":"https:\/\/www.allyogatraining.com\/wp-json\/wp\/v2\/pages\/8458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.allyogatraining.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.allyogatraining.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.allyogatraining.com\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.allyogatraining.com\/wp-json\/wp\/v2\/comments?post=8458"}],"version-history":[{"count":12,"href":"https:\/\/www.allyogatraining.com\/wp-json\/wp\/v2\/pages\/8458\/revisions"}],"predecessor-version":[{"id":31790,"href":"https:\/\/www.allyogatraining.com\/wp-json\/wp\/v2\/pages\/8458\/revisions\/31790"}],"wp:attachment":[{"href":"https:\/\/www.allyogatraining.com\/wp-json\/wp\/v2\/media?parent=8458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}