Jump to Content
HelixPay
Console GuideAPI GuideChangelog
Log InHelixPay
Log In
Console GuideAPI GuideChangelog

HELIXPAY

  • The HelixPay Console Hub
  • Overview
  • A Walkthrough of the User Experience
  • Communicating with the Customers
  • Payment Partners
  • Analytics

Frequently Asked Questions (FAQs)

  • Frequently Asked Questions (FAQs)
  • Remittance FAQs

Getting Started with HelixPay Console

  • Business
    • Customers
    • Subscriptions
    • Orders
    • Vouchers
  • Tools
    • Design
    • Products
    • Notifications
    • Promotions
    • Content
    • Highlights
    • Goal Projects
    • Ratings
    • Events
  • Account
    • Users
    • Finances
    • Settings

Failed Payment Information

  • Understanding Failed Payments

Release Notes

  • Release 11 - March 24, 2022
  • Release 12 - April 25, 2022
  • Release 13 - May 24, 2022
  • Release 14 - June 22, 2022
  • Release 15 - July 2022
  • Release 16 - August 2022
  • Release 17 - September 2022
  • Release 18 - October 2022
  • Release 19 - December 2022

Shopify Integration

  • Guide
    • Shopify Theme Integration Guide
    • Shopify Theme Integration FAQs
  • Files
    • helixpay.css
    • helixpay_recurrence_selector.liquid
    • helixpay-global.js
    • mock_helixpay_recurrence_selector.liquid
Powered by 

helixpay-global.js

Suggest Edits
if (window.HelixPay) {
  // Extends
  window.HelixPay.setCustomConfig({
    merchantID: null, 
    baseApi: 'https://api.helixpay.ph',
  });
  
  document.addEventListener('DOMContentLoaded', function() {
    window.HelixPay.init();
  });
} else {
  console.error('Failed to initialize HelixPay. window.HelixPay is not set');
}

Updated 9 months ago