Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.

Skip to main content

Merchants

Swan account holders who are approved to accept payments from their customers using Swan.

Overview​

Merchants are users who want to accept payments by card, SEPA Direct Debit, Internal Direct Debit, or French checks, either directly from a payment link or an invoice. This includes contractors, healthcare professionals, artisans, and business owners, among others.

With a merchant profile and at least one active merchant payment method, you can help your merchants accept payments with Swan.

Pending review

Before accepting payments, you need to complete a risk review. To get started, contact your dedicated Technical Account Manager, or send an email to integration@swan.io.

Managing risk​

Accepting payments from customers comes with risk, and Swan prioritizes a risk-based approach.

That's why Swan reviews all requests for merchant profiles, profile updates, and payment methods. You might be contacted for more information before Swan accepts or rejects the request.

To manage potential risk, if suspicious activity is detected, Swan can change the status of both profiles and payment methods to Suspended or Rejected. Swan can also reinstate a profile or payment method by changing the status to Enabled. Finally, if Swan assigns the status Rejected to a profile or payment method, the decision is final and can't be reversed. The user must create a new request, which Swan will review as a separate submission.

Webhooks​

Subscribe to numerous webhooks to facilitate your merchant integrations. Review the full list of merchant webhooks, or subscribe to them directly from your Dashboard > Developers > Webhooks.

Profile & payment method statuses​

Final status
Can use
Disabled
Rejected
Enabled
Merchant profile
or payment method
requested
PendingReview
Suspended
Profile statusExplanation
PendingReviewProfile or payment method request or update was submitted and is pending a review by Swan.

Next steps:
  • If the request or update doesn't meet requirements or is deemed risky by Swan, the status moves directly to Rejected.
  • Otherwise, the status moves to Enabled.
EnabledProfile or payment method is active.

  • Use PendingReview merchant profiles to request payment methods and accept payments with activated payment methods.
  • Use Enabled payment methods to accept payments.
  • Updates to profiles and payment methods can only occur when they have the status Enabled.
SuspendedStatus assigned by Swan when the merchant's use of their profile or payment method needs to be reviewed. The status can't return to Enabled without a review.
RejectedFinal status assigned by Swan when Swan decides the risk of this profile or the risk of this payment method for the associated merchant is too high, or for some other risk-related reason.
DisabledFinal status set by you using the requestMerchantPaymentMethods mutation.

Merchant profiles​

A merchant profile is a collection of business, risk, and support information that fulfills two primary requirements:

  1. Approve the account holder as a merchant.
  2. Facilitate accepting payments with Swan.

If a Swan account holder wants to accept payments from customers, they must have at least one merchant profile.

Your users can create merchant profiles during onboarding, but only if you've requested the feature for them. Since merchants are considered high risk, merchant profiles should only be requested for users who qualify and will accept payments. Requesting merchant profiles for users that don't qualify may create false expectations about available features.

A merchant profile contains the following information:

  1. Business details
  2. Description of the business activity
  3. Link to the merchant's website or social network
  4. Projected volumes
  5. Payment frequency
  6. Logo (optional), in .png format and less than 1 MB. It's shown online and on the PDF of the payment mandate.
  7. Accent color
  8. Customer region
tip

To speed up merchant profile enablement, complete as many input fields as possible.
Providing your customerRegion, paymentFrequency, and at least a socialNetwork or merchantWebsite can reduce turnaround time.

The merchant profile is created with the status PendingReview, and is visible right away on your Dashboard.

Updating merchant profiles​

You can request a merchant profile update with the API mutation requestMerchantProfileUpdate. If you use Swan's Web Banking interface, merchants can request an update through their app. Request an update for the merchant's name, website, product type, expected monthly payment volume, expected average basket, and logo.

Updating a merchant profile produces the following events:

  1. The merchant profile status doesn't change, remaining Enabled. The merchant continues to use their merchant profile with the existing information.
  2. The update status is PendingReview. Swan reviews the new information to ensure it meets requirements.
  3. After Swan reviews and validates the update request, the update status changes to Enabled and the update is published to the merchant profile.
  4. If Swan rejects the update request, the merchant profile remains Enabled by default, unless Swan decides otherwise. The merchant profile status doesn't change.

When a merchant payment method is requested, Swan may ask for additional information even if the merchant profile is already Enabled. Swan will contact you or your user directly, based on your communication preferences.

If you requested an update and your update status is PendingReview, but you need to make another change, submit a new update request. Swan reviews both requests, but only the most recent is made public.

Subject to review

All update requests are reviewed by Swan according to the same risk guidelines as a new merchant profile.

Payment methods​

Your merchants can accept payments from their customers using any of several merchant payment methods.

Merchant payment methods are connected to a merchant profile, and a single merchant profile can have multiple payment methods. To accept payments with Swan, there must be an Enabled merchant profile and at least one Enabled merchant payment method.

To learn how to request payment methods, refer to the request payment method guides for card payments, SEPA Direct Debit, Internal Direct Debit, and French checks. You can request multiple methods in one API call.

Available payment methods​

Your merchants can request the following online payment methods to accept payments with Swan:

Rolling reserve​

Rolling reserve is a policy Swan applies to merchant transactions to protect the merchant and Swan against various risk factors, primarily insufficient funds and attempted fraud. The reserved amount acts as a safety net to cover potential loss for both Swan and the merchant.

Rolling reserve is expressed as a percentage over a period of time (example: 10% of the payment amount over 30 business days), and applies to most payment methods used by merchants to accept payments with Swan.

For the indicated period of time, the amount isn't part of the merchant's available account balance, after which the funds are released to the merchant and can be used.

Payment methodRolling reserveDefault amount
Cards✓ Yes100% over 5 business days
SEPA Direct Debit - Core✓ YesDetermined by a merchant profile risk assessment
SEPA Direct Debit - B2B✓ Yes100% over 3 business days
Internal Direct Debit - Standard✓ YesDetermined by a merchant profile risk assessment
Internal Direct Debit - B2B✗ Non/a
French checks✓ Yes100% over 10 interbank business days

The TransactionRollingReserve.Updated and TransactionRollingReserve.Released webhooks notify you when a rolling reserve is updated or released. Subscribe to both webhooks to stay updated on your transactions' rolling reserve.

Versions​

Swan creates a new version of your payment method every time an update is approved. Only one version of a payment method can have the status Enabled.

Swan manages the statuses for Enabled or PendingReview payment methods automatically. Therefore, you don't need to change the status before calling the API.

Guides​