---
title: Payment Gateways Supported
description: Payment Gateways Supported by the North49 Customer Portal.
---

[Skip to content](https://help.north49.com/payment-gateways-supported#main-content)

English

Show submenu for translations

![noth49_logo.png\]](https://help.north49.com/hs-fs/hubfs/noth49_logo.png?height=40&name=noth49_logo.png)

- [Default HubSpot Blog](https://blog.north49.com/)

Open main navigation

Close main navigation

- [Default HubSpot Blog](https://blog.north49.com/)
- English
  
  Show submenu for translations
- [Go to North49](https://www.north49.com/)

[Go to North49](https://www.north49.com/)

 Hello. How can we help you?

- There are no suggestions because the search field is empty.

1. [Knowledge Base](https://help.north49.com/?hsLang=en)
2. [Customer Portal](https://help.north49.com/customer-portal?hsLang=en)
3. [Payment Processing](https://help.north49.com/customer-portal?hsLang=en#payment-processing)

# Payment Gateways Supported

## Payment Gateways Supported by the North49 Customer Portal.

You will find the information required to set up your payment gateway on the Portal below. To set this up in your portal, log in as an administrator/merchant and navigate to "Portal Settings", "Payment Processor". Select the gateway you are using and enter the data as required.

![PayFabric](https://help.north49.com/hs-fs/hubfs/PayFabric.jpg?width=623&name=PayFabric.jpg)

If you do not have the required information to set up the payment processing or need assistance to do so, please first contact your service provider and Sage Dealer. North49 does not have the information to assist you.

### [Supported Gateways](https://help.north49.com/payment-gateways-supported#someanchor)

- #### [PayFabric](https://help.north49.com/payment-gateways-supported#PayFabric)

#### PayFabric

PayFabric for the Customer Portal requires four different settings from your PayFabric Account.

- **Device ID**
- **Password**
- **Card Gateway Name**
- **ECheck Gateway Name**

**![](https://help.north49.com/hubfs/image-png-Jul-26-2022-11-40-19-83-PM.png)**

**Device ID**

You can find or create a new Device under Configuration->Settings->Dev Central->Device Management. Set the Device name to CustomerPortal.

Use the value under Device ID and **not** Device Name, in the Customer Portal payment processor settings.

![](https://help.north49.com/hubfs/image-png-Jul-26-2022-09-08-18-98-PM.png)

**Password**

Use the password that was created when creating the Device

![](https://help.north49.com/hubfs/image-png-Jul-26-2022-10-50-09-12-PM.png)

**Card Gateway Name and ECheck Gateway Name**

You can find or create a new Gateway under Configuration->Settings->Gateway Account Configuration.  Use the name under the EVO logo (ie. Evo Credit Card).

![](https://help.north49.com/hubfs/image-png-Jul-26-2022-11-18-26-35-PM.png)

**PayFabric Theme**

The Customer Portal Theme .css and .js must be added in the Payfabric Portal settings. 

Under Configuration->Settings->Dev Central->Themes->Customer Portal

![Customer Portal Theme](https://help.north49.com/hs-fs/hubfs/Customer%20Portal%20Theme.jpg?width=688&name=Customer%20Portal%20Theme.jpg)

Copy and Paste the below theme code for Customer Portal. 

 

Custom.css

.checkboxDiv , .setIsSaveCard , .walletListDiv, #WalletID{ display: none ;}

.billAddressLine2Div label{ display: none; }

input:not(.showPlaceholder)::-webkit-input-placeholder { /\* WebKit browsers \*/  
    color:    transparent!important;  
}  
input:not(.showPlaceholder):-moz-placeholder { /\* Mozilla Firefox 4 to 18 \*/  
    color:    transparent!important;  
    opacity:  1;  
}  
input:not(.showPlaceholder)::-moz-placeholder { /\* Mozilla Firefox 19+ \*/  
    color:    transparent;  
    opacity:  1;  
}  
input:not(.showPlaceholder):-ms-input-placeholder { /\* Internet Explorer 10+ \*/  
    color:    transparent!important;  
}  
input:not(.showPlaceholder)::placeholder{  
    color: transparent!important;  
}  
.billStateCodeDiv{  
    display: flex;  
    flex-direction: column;  
}  
.selectState{  
    order: 2;  
}

 

Custom.js

if (window.name != "nosave") {  
  setTimeout(function(){   $("#IsSaveCard").click(); },500);  
}

//change placeholder  
if(!document.getElementById('CreditCardNumber')){  
         document.getElementById("CardHolderName").placeholder = "Account Holder Name";  
}

$("#CreditCardNumber").parent().before("<label>Credit Card Number</label>")  
//insert label before input  
$(".form-group input").each(function(index){  
//ignore if it have label or its inside a subgroup  
    if(!$(this).prev().is("label") && !$(this).parent().hasClass("input-group")){  
        $(this).before("<label>"+$(this).attr('placeholder')+"</label>")  
    }  
});

//check if entry class exist  
if ($(".entryClassDiv").length > 0){  
    //hide entry class section and expand account type to full width  
    $(".entryClassDiv").addClass("d-none");  
    $(".accountTypesDiv").removeClass("col-6");  
    $(".accountTypesDiv").addClass("col-12");  
}

//change MM YY to exp date  
if ($(".creditExpireDateRow").length > 0){  
    $(".expirationMonthDiv label").html("Exp. Date");  
    $(".ExpirationYearDiv label").html("");  
    $("#ExpirationMonth").addClass("showPlaceholder");  
    $("#ExpirationYear").addClass("showPlaceholder");  
}

 

For more information please consult the PayFabric User Guide: https://www.nodus.com/payfabric-user-guide/

 

 

- [PayFabric for Sage 300](https://help.north49.com/payfabric-for-sage-300?hsLang=en#main-content)
  
  
  
  
  
    - [User Guides](https://help.north49.com/payfabric-for-sage-300?hsLang=en#user-guides)
    - [What's New? Check Out the Latest Feature Additions](https://help.north49.com/payfabric-for-sage-300?hsLang=en#whats-new-check-out-the-latest-feature-additions)
- [PayFabric for Sage Intacct](https://help.north49.com/payfabric-for-sage-intacct?hsLang=en#main-content)
  
  
  
  
  
    - [User Guides](https://help.north49.com/payfabric-for-sage-intacct?hsLang=en#user-guides)
    - [What's New? Check Out the Latest Feature Additions](https://help.north49.com/payfabric-for-sage-intacct?hsLang=en#whats-new-check-out-the-latest-feature-additions)
- [Customer Portal](https://help.north49.com/customer-portal?hsLang=en#main-content)
  
  
  
  
  
    - [Setup](https://help.north49.com/customer-portal?hsLang=en#setup)
    - [Training and How-To Videos](https://help.north49.com/customer-portal?hsLang=en#training-and-how-to-videos)
    - [Payment Processing](https://help.north49.com/customer-portal?hsLang=en#payment-processing)
    - [Frequently Asked Questions](https://help.north49.com/customer-portal?hsLang=en#frequently-asked-questions)
    - [What's New? Check Out the Latest Feature Additions](https://help.north49.com/customer-portal?hsLang=en#whats-new-check-out-the-latest-feature-additions)
- [Dataport](https://help.north49.com/dataport?hsLang=en#main-content)
  
  
  
  
  
    - [FAQ](https://help.north49.com/dataport?hsLang=en#faq)
- [Contact Us](https://help.north49.com/contact-us?hsLang=en)

- [Default HubSpot Blog](https://blog.north49.com/)

[![Chill listening crop-3](https://help.north49.com/hs-fs/hubfs/noth49_logo-1.png?width=93&height=24&name=noth49_logo-1.png "Chill listening crop-3")](https://www.north49.com/)

support@north49.com

<https://www.facebook.com/north49> <https://twitter.com/north49tweet> <https://www.youtube.com/north49> <https://www.linkedin.com/company/261659/>

Copyright © 2026, North49 Business Solutions