Itsy Docs
Settings

Payment Providers

Understand the payment gateways available for processing online payments in your workspace.

Payment providers handle the actual transaction processing when customers pay online. Each payment method you create in Data > Payment Methods can be linked to a provider, which determines how the payment is collected.

Itsy does not have a separate settings page for payment providers. Instead, you configure provider credentials directly on each payment method. See Data > Payment Methods for how to create and configure payment methods.

Supported Providers

ProviderDescription
Stripe CheckoutGlobal payment processing with support for cards, wallets, and local payment methods
Rapyd CheckoutMulti-method payment platform with global coverage
Teya Web PaymentsPayment processing popular in Iceland and Northern Europe
Straumur CheckoutIcelandic payment processing service
Valitor Web PaymentsIcelandic payment processing service (legacy)

A payment method can also be set to Manual (for offline or bank transfer payments). Valitor is available as a provider option but does not require credential configuration in the admin interface.

Provider Configuration

When you create or edit a payment method and select a provider, the relevant credential fields appear. Each provider requires different credentials.

Stripe Checkout

FieldDescription
API KeyYour secret API key from the Stripe Developers dashboard

Rapyd Checkout

FieldDescription
Access KeyYour Rapyd access key
Secret KeyYour Rapyd secret key

Teya Web Payments

FieldDescription
URLThe Teya gateway URL
Merchant IDYour Teya merchant identifier
Merchant EmailThe email associated with your Teya account
Payment Gateway IDYour Teya payment gateway identifier
Secret KeyYour Teya secret key

Straumur Checkout

FieldDescription
API KeyYour Straumur API key
Terminal IdentifierYour terminal identifier from Straumur
HMAC SecretYour HMAC secret for request signing

Common Tasks

Setting Up a Payment Provider

  1. Navigate to Data > Payment Methods
  2. Click Add to create a new payment method
  3. Select the payment provider from the provider dropdown
  4. Enter the required credentials in the provider configuration section
  5. Save your changes

Switching Providers on a Payment Method

  1. Navigate to Data > Payment Methods
  2. Click on the payment method you want to update
  3. Select the new provider from the dropdown
  4. Enter the new credentials
  5. Save your changes

How It Connects

  • Data > Payment Methods — Payment methods define how payments are categorized and labeled. Provider credentials are configured directly on each payment method.
  • Orders — Online payments from customers are processed through the provider linked to the order's payment method.
  • Workspace API — Orders created through the API generate payment links using the provider configured on the relevant payment method.

On this page