Skip to main content

Create a Merchant Account

A Merchant Account is the entity that processes payments on the WickiePay platform. Each merchant goes through a KYB (Know Your Business) verification before activation.

Onboarding Process

Application  -->  KYB Verification  -->  Compliance Review  -->  Account Active
(via SumSub) (WickiePay Team)

Step 1: Submit Application

Provide your business details:

  • Legal entity name and registration number
  • Country of incorporation
  • Business description and website
  • Expected transaction volumes
  • Ultimate Beneficial Owners (UBOs)

Step 2: KYB Verification

WickiePay uses SumSub for automated KYB verification:

  • Company document verification
  • UBO identification and verification
  • Sanctions and PEP screening
  • Business activity validation

Step 3: Compliance Review

The WickiePay compliance team reviews:

  • Risk classification (based on business type, geography, volumes)
  • Regulatory requirements for your jurisdiction
  • AML/CTF policy alignment

Step 4: Account Activation

Once approved:

  • Your Merchant Account is created with a unique merchantId
  • You receive portal access and API credentials
  • Sandbox and production environments are provisioned

Merchant Configuration

Via Portal

Navigate to Merchant Settings to configure:

SettingDescription
Display NameShown to customers on the payment page
Settlement CurrencyDefault currency for settlement (e.g., EUR, USDC)
Callback URLDefault webhook endpoint for payment events
Return URLWhere customers are redirected after payment
LogoDisplayed on the Hosted Payment Page

Via API

GET /api/v1/merchant/{merchantId}

Risk Classification

Each merchant is assigned a risk category based on:

FactorLow RiskHigh Risk
Business typeRegulated financial servicesGambling, high-value goods
GeographyEU/EEA, SwitzerlandHigh-risk jurisdictions
Volume< 100K EUR/month> 1M EUR/month
Customer baseKnown, verified customersAnonymous, global

Higher risk categories require enhanced due diligence and ongoing monitoring.

Next Steps