Skip to main content

7. Marketplace: Payment Methods

The Payment Methods section lets you configure which payment options appear in your storefront, per Project. You can enable/disable methods, connect integrations, set currencies, and manage rules and credentials—all without writing code.

Accessing Payment Methods

  • In the left sidebar, expand Marketplace.
  • Click Payment methods.

Payment Methods List

At the top you’ll find:

  • Total: Number of methods (updates as you search/paginate)

  • Search…: Live-search by Name, Merchant ID, or Project

  • + Add: Opens the “Add payment method” drawer

Below is a table of all methods visible to you:

Column Description
Status Toggle on (blue) to publish this method in the client-facing list; off (gray) to hide it.
Name The internal name or label for this method. In some cases it’s a translated label or icon title.
Project The Project this method belongs to. If “–”, it’s available globally.
Type Auto – Backend–driven (e.g. Stripe, Adyen)
Manual – Offline or custom (e.g. cash, bank transfer)
Integration External – Uses a third–party connector (Stripe, PayPal)
Internal – Built-in or in-house processor
Merchant ID Your account or merchant identifier in the payment provider’s system (e.g. Stripe account ID, PSP merchant code).
Actions • ✏️ Edit – Modify configuration (credentials, rules, currencies)
• 🗑️ Delete – Remove this method (will prompt “Are you sure?”).

Searching & Filtering

  • Search: Type any part of a method’s Name, Merchant ID, or Project to instantly filter the list.

  • Toggle Status: Switch off test or deprecated methods to focus on live options without deleting them.

Adding a New Payment Method

Click + Add.

In the Add payment method drawer, complete each section:

General

  • Project – Choose a Project or leave blank for global availability.

  • Type – Select Auto (API-driven) or Manual (offline).

  • Integration – Pick External (third-party) or Internal.

  • Show on main page – Check to list this method prominently.

Label & Credentials

  • Label – Choose from your predefined set (e.g. “Credit Card,” “Bank Transfer”), or enter your own custom label.

  • Name – The display name clients will see at checkout.

  • Merchant ID – Your identifier with that processor.

Currencies

  • A JSON array of supported currency codes (e.g. ["USD","EUR"]).

  • Click the {} tree icon to append each currency node.

Rules

  • A JSON object defining conditional logic (e.g. minimum order amount, country restrictions).

  • Use the tree picker to define key/value pairs.

Credentials: A JSON object for API keys, secrets, or other connection parameters.

Language: (If available) Translation badges to localize the Label and checkout text.

Click Save. The new method appears in your list, set to Inactive by default.

Editing an Existing Method

Click the ✏️ Edit icon in the Actions column.

Update any of the General, Label, Credentials, Rules, or Currencies fields.

Click Save to apply changes.

Note: You cannot change the Type or Integration after creation to avoid mismatched credentials.

Deleting a Payment Method

Click the 🗑️ Delete icon.

Confirm “Are you sure?” to permanently remove it.

With Payment Methods properly configured, you can control exactly which options your customers see—tailored by project, region, currency, or any custom business rule—while keeping your checkout flow secure and reliable.