TABLE OF CONTENTS
Navigate to: Stores and Reps > Stores > Manage > Webstore Payment Methods

In the Webstore Payment Method tab, administrators can associate unassigned Payment Methods with a Store. The Payment options must first be created in the Payment Methods under the Dev Center
Once a Payment Method is associated with a Store, Customers can select the Payment Method at checkout.
Znode has several pre-defined Payment Types: Credit Card, Purchase Order, Paypal, Invoice Me, Amazon Pay, and COD. Administrators can also manage Merchant Gateway Settings from the Payment Methods section.
Associating a Webstore Payment Method within a Store
Navigate to: Stores and Reps > Stores > Manage > Webstore Payment Methods > Associate Payment Method

Before starting these steps, the admin user will need an unassigned Payment Method
- Use the "Associate Payment Method" button to associate an unassociated Payment Method with the store.
- Select an unassigned Payment Method and "Save" progress. The page reloads with action confirmation.
- The Payment Method is now associated with the store
Payment Methods Display Logic on the Checkout Page
For payment configurations to work as expected, the system first verifies whether any payment methods are associated with the user’s profile or profiles. These profile‑based payment methods are then compared with the payment methods configured for the store.
Only the payment methods that are common to both the user profile(s) and the store are displayed on the Checkout page.
If no common payment methods are found, the system defaults to displaying only the payment methods configured at the store level.
However, if payment methods are associated with the user profile(s) but no payment methods are configured for the store, no payment methods will be displayed on the Checkout page.
Example:
Scenario | Store Payment Methods | Profile Payment Methods | Condition | Payment Methods on Checkout page |
|---|---|---|---|---|
1 | A, B, C, D | None | No profile-specific Payment | A, B, C, D |
2 | A, B, C, D | C, D | Few common payment methods associated in store and profile. | C, D |
3 | A, B, C, D | E, F | No overlap between store & profile | A, B, C, D |
4 | A, B, C, D | X Profile: A, P, Q | Multiple profiles; Common payment methods between store and all applicable profiles | A, C, D |
5 | None | A, B | No store payment method configured | None |