CentralPay Documentation CentralPay Documentation
  • General information
  • Documentation
  • Developers
  • English
    • FrenchSwitch to French
CentralPay Documentation CentralPay Documentation
  • General information
  • Documentation
  • Developers
  • English
    • FrenchSwitch to French
General information
  • Folder icon closed Folder open iconContact CentralPay >
  • Folder icon closed Folder open iconCentralPay
    • Certifications and Approvals
    • Security and Hosting
    • Availability Commitments
    • Platform Development
    • CentralPay Glossary
  • Folder icon closed Folder open iconContract Templates
    • Standard Merchant
    • Partner Merchant
      • MOBSP (Orias) Declaration
    • Intermediary Merchant
      • PSP Agent Declaration (ACPR)
      • ME Distributor Declaration (ACPR)
  • Folder icon closed Folder open iconOpen a CentralPay account
    • Onboarding Path
    • Principles of Reserve
    • Terms and Conditions of Use
  • Folder icon closed Folder open iconUsing the CentralPay APIs
  • Folder icon closed Folder open iconMerchant Portal
    • Guide: My Accounts
  • Folder icon closed Folder open iconCustomer Portal
  • Folder icon closed Folder open iconOnboarding Portal
  • Folder icon closed Folder open iconRates
    • Sales Offers
    • Interchange Fees and Card Schemes
    • Support Packages
  • Folder icon closed Folder open iconLogos and visuals
    • CentralPay Logos
    • PaySecure Logos
    • Reinsurance Visuals (FR/EN)
  • Folder icon closed Folder open iconTrust Center
    • Compliance and Operational ResilienceDORA
      • FAQ – Compliance and ResilienceDORA
    • Privacy PolicyGDPR
      • Subcontractors
      • FAQ – Privacy PolicyGDPR

CentralPay Glossary

Estimated reading: 8 minutes

1. Types of Actors

LabelDescription
ActorAny entity identified on the CentralPay platform. This may be a Merchant Profile, a Point of Sale (POS), a third-party establishment, or CentralPay.
Merchant ProfileThe Merchant Profile technically and operationally represents a merchant on the CentralPay platform. It serves as the basis for:
• His accounts: Payment Accounts or Electronic Money Accounts;
• Administration: API access, User Profiles, available services;
• Its technical configuration: webhooks, notifications, Point of Sale (POS) systems, acceptance rules, Bank Accounts;
• Its regulatory documentation: KYC/KYB, AML/CFT, risk scoring, contract management, fee schedule…

The Merchant Profile corresponds to the API object ` Merchant ` and is created automatically after the registration is validated (via the API object ` Merchant-Enrollment`).
Standard MerchantA legal entity or sole proprietorship that is a CentralPay customer and processes payments on its own account when selling goods or services.
May be functionally linked to a Technical Partner or Integration Partner.
Has a Merchant Profile of the type STANDARD.
Partner MerchantA legal entity that is a CentralPay customer, has a Merchant Profile, and may fall under one of the following models:
• Technical Partner: operates a shared solution (e.g., marketplace, SaaS platform) and has one or more Points of Sale (POS) open in its name, to which standard Merchants can be linked.
Has a Merchant Profile of type TECHNIQUE.
• Integration Partner: provides technical support, via access delegated by standard merchants, to facilitate integration and day-to-day operations (without sharing POSes under the partner’s name).
Has a Merchant Profile of the type INTEGRATEUR (if applicable).

A Partner Merchant may earn commissions (depending on the model) and/or be registered as a MOBSP to assist merchants during onboarding.
Intermediary MerchantA legal entity that is a customer of CentralPay, acting on behalf of third-party accounts, under one of the following regulatory statuses:
• PSP Agent: A Payment Service Provider (PSP) agent of CentralPay, registered with the ACPR (Bank of France) and authorized to act in the name and on behalf of CentralPay within a contractually defined scope (e.g., debit/credit transactions and transfers on behalf of third-party accounts).
Has a Merchant Profile of the type AGENT.
• EMD: Electronic Money Distributor registered/declared by CentralPay with the ACPR (Bank of France) for a project involving the issuance, distribution, and exchange of electronic money (CUSTOM currencies).
Has a Merchant Profile of type DME.
Sub-merchant / ParticipantA legal entity or individual who is a customer of a CentralPay Intermediary Merchant (PSP Agent or EMD).
• Sub-merchant: acts to sell products or services, for an LMNP business,
• Participant: acts for non-commercial purposes (crowdfunding, personal wallet, collective projects, etc.).
Has a specific Merchant Profile BASIC, with a limited scope of functionality.
CustomerA natural or legal person who pays or issues a payment order to a CentralPay Merchant (may also be referred to as the payee, payer, or debtor).
May or may not have a Customer Profile (Customer).

Note: In CentralPay’s regulatory or contractual documents, the term “Customer” may refer to the Merchant itself, depending on the context defined in the document.
Customer ProfileRepresents a customer registered by a Merchant on the CentralPay platform.
It contains:
• the customer’s personal information: last name, first name, email, phone number, company name, etc.
• the customer’s payment methods: cards, SEPA direct debits, IBAN, Bank Accounts, etc.
• the customer’s activities: payment requests, payment history, etc..

The Customer Profile corresponds to the API object Customer.
BO User ProfilesIndividuals with access to the CentralPay Merchant Portal to view or manage one or more Merchant Profiles.
• Type Legal: the Merchant’s legal representative.
• Type Natural: other authorized user (finance, support, development, etc.).

The BO User Profile corresponds to the API entity BO_user.
API User ProfilesAn entity created via the CentralPay platform that identifies the user (person or system) making API calls on a Merchant Profile.
Enables the tracking of actions and the management of authorizations.

The API User Profile corresponds to the API entity api_user.
Point of Sale (POS)Representation of a website, a brick-and-mortar store, or a sales team. They enable the segmentation of CentralPay Merchant Profile operations for the following purposes:
• Features: to configure different settings for each Point of Sale (POS) (customer notifications, internal notifications, sender name for confirmation emails, logo displayed on the checkout page, etc.)
• Administrative: to restrict the rights to view or edit your BO User Profiles to certain Points of Sale (POS)
• Accountants: to filter transactions by Point of Sale (POS) in the Merchant Portal or in data exports

The Point of Sale (POS) corresponds to the API object PointOfSale.

2. Types of Accounts

LabelDescription
Payment AccountAn account opened in CentralPay’s books in a Merchant’s name. This account is used exclusively for payment transactions (collecting payments in ISO currencies, performing Payouts to a Bank Account, etc.).

It is represented by the ` Wallet ` object of type ` PS ` in the CentralPay API.
Electronic Money AccountAn account opened in CentralPay’s books in the name of a Merchant. This account is used exclusively for the storage and exchange of Electronic money within the distributor’s network (CUSTOM currencies).

It is represented by the ` Wallet ` object of type ` EM ` in the CentralPay API.
Commission AccountA secondary Payment Account used to segregate commission flows and/or certain fee deductions (depending on the model).
Under the Partner/Agent models, this account can receive commissions allocated to transactions by affiliated/participating merchants, in accordance with the applicable contractual rules.

It is represented by the object ` Wallet ` of type ` CM ` in the CentralPay API.
Reserve AccountA secondary Payment Account used to set aside CentralPay reserve funds (account balance, collateral, or Rolling reserve). It is not authorized to make Payouts.

It is represented by the ` Wallet ` object of type ` RS ` in the CentralPay API.
“Agent” Collection AccountA Payment Account opened in CentralPay’s books in the name of an Agent. It is used to receive funds related to transactions initiated through the Agent model, prior to their allocation or transfer to the Payment Accounts of Participant Merchants. It is not authorized to make payouts.

It is represented by the ` Wallet ` object of type ` CL ` in the CentralPay API.
CentralPay Technical Partner AccountThe Technical Partner Account refers to an internal, temporary mechanism used by CentralPay to receive, identify, and temporarily process funds related to a payment transaction, with a view to transferring them to the final Beneficiary. It is not a Payment Account opened for a customer, is not made available to any third party, and does not confer any right of disposal.

Depending on the technical implementation, this mechanism may be implemented using internal objects (e.g., Wallet of type TR) used exclusively by CentralPay for operational processing.

3. The names of objects or operations

LabelDescription
CentralPay FeesAll fees owed to CentralPay, deducted from the corresponding transactions, debited from a dedicated Commission Account, or billed at the end of the month (depending on the applicable contractual terms).
ISO CurrenciesStandard currencies in accordance with ISO 4217 (e.g., EUR, USD, CHF, GBP…)
CUSTOM CurrencyElectronic money created for a CentralPay EMD. The value of the CUSTOM currency is always pegged to that of an ISO currency (e.g., EUR).
Technical InstructionData or events for strictly technical and commercial purposes transmitted to CentralPay (e.g., order references, shopping cart, commission, logistics events). A Technical Instruction is not a payment order and does not trigger any automatic financial action: CentralPay retains sole discretion over the processing and, where applicable, the release of funds.
Release dateA deferred availability date that CentralPay may apply to make funds available to a Beneficiary (e.g., after delivery/shipment), in accordance with applicable risk policies and rules. It may be determined based on submitted commercial information, without constituting a payment instruction.
Bank AccountExternal Bank Account linked to:
• a Merchant Profile for making outgoing Payouts (payout)
• or a Customer Profile for making SEPA Direct Debits or outgoing Payouts.
It is represented by the ` BankAccount ` object in the CentralPay API.
Outgoing paymentOutgoing bank transfer from a CentralPay account to an external Bank Account. Can be made via SEPA or SWIFT.
It is represented by the ” Payout ” object in the CentralPay API.
Card AuthorizationAn operation to check the availability of funds on a credit card, followed by a hold in anticipation of a Card Transaction (max. 7 days).
It is represented by the ` Transaction ` object in the CentralPay API.
Card TransactionA debit transaction from a bank card, credited to a CentralPay account.
It is represented by the ` Transaction ` object in the CentralPay API.
SCT TransactionOperation to receive a SEPA or SWIFT bank transfer credited to a CentralPay account.
It is represented by the ” sctTransaction ” object in the CentralPay API.
SDD TransactionA transaction that debits a Bank Account and credits a CentralPay account.
It is represented by the ` sddTransaction ` object in the CentralPay API.
CentralPay Glossary - PreviousPlatform DevelopmentNext - CentralPay GlossaryContract Templates
CONTENTS

Doc Contents

Doc Footnotes

Doc Elements

  • Legal notices
  • Privacy policy

© 2026 CentralPay

You must log in to continue.

Login to CentralPay Documentation

Forgotten account?

Reset your password

Enter your username or email address and we will send you a link to reset your password.

Back to login
  • French