Required Documents

In order to perform a successful merchant registration, certain documents are required for the Merchant, Shop, Related Company and/or Related Person resources - depending on the Customer Due Diligence Level (Simplified, Standard, Enhanced).

The mandatory documents have to be uploaded using the POST /documents API request - one by one after the merchant was successfully posted via POST /merchants (merchant state should be PendingOnDocuments so that documents can be uploaded).

📘

List of required documents

To receive a list of required/mandatory documents for a specific merchant the GET /entity-required-documents resource should be used.
The response will contain information which document is required for each entity (Merchant, Shop, Related Company and/or Related Person).
Also a status is returned that indicates if a required document was already uploaded:

  • missing: document was not yet uploaded
  • assigned: document was already uploaded and assgned to the merchant/shop/company/person

Once all mandatory documents were uploaded, the PXP Financial Onboarding System will move the merchant state from PendingOnDocuments to the next state (see Onboarding Flow) and continue the onboarding process.

📘

Document size and and allowed file types

The maximum messages size for POST /documents after encoding is limited to 15MB (which means that documents up to approx. 11MB can be uploaded).
The allowed file types are: pdf, .jpeg, .png

🚧

Payment Facilitators

For Payment Facilitators the documents PXP Financial requires will depend on the specific distribution of responsibilities between the partner and PXP Financial. This will be defined as part of the setup process.

List of documents

The following table lists all possible document types PXP Financial currently accepts.

The Document Type is the value that will be sent and received in the POST /documents and GET /documents operations as the type attribute/property.

Document TypeAssociated EntityDescription
CertificationOfIncorporationMerchant or RelatedCompanyAn official document of incorporation; proof of registration as sole trader.
ArticlesOfAssociationMerchant or RelatedCompanyA document that is required for incorporation in some countries. It contains a description of the business model of the company.
BankStatementMerchantCopy of the bank statement/screenshot of online banking tool showing at least bank account number and owner.
BankReferenceLetterMerchantA document that should contain an official bank letter for every bank account submitted as part of the application.
Please aggregate all bank letters into one document (PDF).
AddressProofForMerchantLocationMerchantA copy of a recent utility bill (no older than 3 months) or rent agreement associated with the address stated as
incorporationAddress in the POST /merchants call.
CardProcessingHistory6MonthsMerchantA document that contains a record of the merchant’s processing history for card payments. Please pass this data in one document (CSV or Excel).
ProofOfDomainOwnershipMerchantIf the merchant is processing ecom payments, PXP Financial requires a document that contains proof that the merchant holds ownership of the URLs associated with each shop. This data should be aggregated and sent in one document. If the merchant is accepting card-present payments, this document should contain proof of ownership of the URL of the corporate website. If the merchant does not operate any website (e.g. sole traders) then no such document is needed.
BusinessLicenseOrAuthorizationMerchantFor some MCCs and countries, special licenses are required by the local regulator. Examples of this would be 7995 (Gaming), 5912 (Drug Stores and Pharmacies) or 6211 (Binary/Forex). If the merchant is operating such a business in any country that requires a license, please send a document that aggregates all of this information in one file (PDF).
LegalOpinionsMerchantWhere applicable, legal opinions issued to the merchant confirming the legality of products or services provided, shipping, import/export etc (Forex/Trading/CFD merchants; Crypro exchanges; Pharmacies; CBD etc)
OrganogramMerchantA document that discloses the corporate structure of ownership.
AnnualReportMerchant or RelatedCompanyA report on business performance.
CompanyAMLPolicyAndGuidelinesMerchantA document describing the AML policy and guidelines of the merchant.
ChargebackAndFraudPolicyAndProceduresMerchantA document that describes the chargeback and fraud prevention policy and guidelines of the merchant.
PassportOrGovernmentIDRelatedPersonA scanned passport or other form of official identification related to a person.
Only relevant for a related person that has a role of Owner, Shareholder, DirectorOrExecutive or UltimateBeneficiary.
PersonalUtilityBillRelatedPersonA utility bill, no older than 3 months, associated with a person holding either of the following roles: Owner, Shareholder, DirectorOrExecutive or UltimateBeneficiary.
ProofOfAuthorisedSignatoryRelatedPersonA proof that a person is the authorised signatory of the merchant.
Only relevant for a related person who is the Signatory but is not an Owner or
DirectorOrExecutive at the same time.
TaxFilingsMerchantIf applicable, a record of the last tax filing.
PCIReportOnComplianceMerchantA copy of the latest PCI ROC (Report On Compliance). Please refer to PCI Documents to see for which merchants this becomes relevant.
PCISelfAssessmentQuestionnaireMerchantA document every merchant processing card volumes is required to fill out. As a PCI regulated entity, PXP Financial is required to hold this on record for every merchant processing through PXP Financial. Please refer to PCI Documents to see if the merchant needs to submit the questionnaire or needs to submit a copy of the PCI certification (PCIReportOnCompliance).
PCIQuarterlyASVReportMerchantThe result of the quarterly ASV (Approved Service Vendor) check of Shop URLs. For a new merchant application, please submit the most recent report.
ExternalRiskChecksResultMerchantIf applicable, the collected results of externally processed merchant risk or underwriting checks.
ExternalCompanyRiskChecksResultMerchantIf applicable, the collected results of externally processed business verification checks (KYB checks).
ExternalCustomerRiskChecksResultMerchantIf applicable, the collected results of externally processed customer identity checks (KYC checks).
ContractMerchantThe signed contract with the merchant.

Required documents for a Merchant

The above documents are mandatory depending on the Customer Due Diligence Level (SoleTrader, Standard) as described in Overview but also on the data which was transmitted in the POST /merchants request.

The following table lists all document types and the information if they are mandatory, optional or conditionally mandatory for each CDD-Level:

DocumentTypeSoleTraderStandard
CertificationOfIncorporationMandatoryMandatory
ArticlesOfAssociationn/aMandatory
BankStatementMandatoryMandatory
BankReferenceLettern/an/a
AddressProofForMerchantLocationMandatoryMandatory
CardProcessingHistory6MonthsYes, if isStartUp set to false and if fraudRatiosForThePastMonths or chargebackCountRatiosForThePastMonths is above 0,5% in any month.Yes, if isStartUp set to false
ProofOfDomainOwnershipMandatory if domainOwnership = OwnMandatory if domainOwnership = Own
BusinessLicenseOrAuthorizationMandatory if MCC is 7995, 6012, 6051, 6211, 5912Mandatory if MCC is 7995, 6012, 6051, 6211, 5912
LegalOpinionsMandatory if applicableMandatory if applicable
Organogramn/aMandatory
AnnualReportn/an/a
TaxFilingsn/an/a
ChargebackAndFraudPolicyAndProceduresMandatory if isChargebackOrFraudAnalysisProcessInPlace was answered with "true".Mandatory if isChargebackOrFraudAnalysisProcessInPlace was answered with "true".
CompanyAMLPolicyAndGuidelinesMandatory if isRegulatedByAMLGuideline was answered with "true".Mandatory if isRegulatedByAMLGuideline was answered with "true".
PCIReportOnComplianceMandatory for PCI Level 1.
See PCI Documents.
Mandatory for PCI Level 1.
See PCI Documents.
PCISelfAssessmentQuestionnaireMandatory for PCI Level 2-4.
See PCI Documents.
Mandatory for PCI Level 2-4.
See PCI Documents.
PCIQuarterlyASVReportMandatory for PCI Level 2-4. For a new merchant, the most recent report has to be provided. See PCI Documents.Mandatory for PCI Level 2-4. For a new merchant, the most recent report has to be provided. See PCI Documents.

Required documents for a Related Company

For each related company provided in the relatedCompanies list, the following documents are mandatory in addition:

DocumentTypeSoletraderStandard
CertificationOfIncorporationnot applicable (a sole trader must not have any related companies)Mandatory
ArticlesOfAssociationnot applicable (a sole trader must not have any related companies)Mandatory

Required documents for a Related Person

For a person listed in the relatedPerson list, the following documents are mandatory in addition:

DocumentTypeAny CDD-Level
PassportOrGovernmentIDMandatory if the persons role is Owner, Shareholder, DirectorOrExecutive or UltimateBeneficiary
PersonalUtilityBillMandatory if the persons role is Owner, Shareholder, DirectorOrExecutive or UltimateBeneficiary
ProofOfAuthorisedSignatoryMandatory if the person is the authorised Signatory of the merchant (has role Signatory assigned) and is NOT Owner or DirectorOrExecutive at the same time

PCI documents

The following table shows which PCI related documents have to be submitted for a merchant.

ROC: Report on Compliance
SAQ: Self Assessment Questionnaire

PCI Level# of Visa & MC transactions combinedRequired Documents
1more than 6 MillionROC, using PCIReportOnCompliance document type
2-42: 1-6 Million
3: 200.000- 1 Million
4: less than 200.000
Using PCISelfAssessmentQuestionnaire document type:
Redirect or Iframe: SAQ A
Direct POST or Javascript: SAQ A-EP
XML or Other: SAQ D

PCI Level 1
Merchants processing a combined scheme volume (this includes all transactions of all schemes participating in the PCI compliance standard - JCB, CUP, Amex and Discover) of over 6 million transactions need to provide a document on PCI compliance (ROC, transmitted using the PCIReportOnCompliance document type). These merchants need to be audited and re-certified on a yearly basis.

PCI Level 2-4
The SAQ is a standardized questionnaire that does not require an audit.

The different levels of SAQ stated in the table above refer to different questionnaires the merchant needs to fill out. This depends on the way the merchant captures card data from their customers.

  • Redirect or IFrame: The merchant only redirects the customer to a PCI certified processor. The merchant system does not come into direct contact with the card data.
  • Direct POST or Javascript: The merchant website/UI directly captures the card data, but posts it to an external processor using client-side technologies. The merchant backend does not receive card data, only the website/UI does.
  • XML or Other: For merchants that do not meet the reduced requirements for SAQ-A and SAQ-EP, the most comprehensive questionnaire (SAQ-D) needs to be filled and submitted to PXP Financial.

🚧

Quarterly ASV report (PCIQuarterlyASVReport)

Please note that merchants categorized as PCI Level 2-4, while not requiring a yearly PCI audit, are still subject to a quarterly security scan of any website accepting card payments.
Such a scan is usually done by PCI-approved external vendors that provide this as a service. Such vendors are referred to as 'Approved Scanning Vendor' - ASV in short.

The result of the quarterly scan is usually referred to as 'ASV scan report'.
While PCI compliance requires that all merchants are obliged to perform these scans, PXP Financial currently requires this to be submitted for all category 2 and 3 merchants.

Updated ASV scan reports should be submitted to PXP Financial every 3 months using document type PCIQuarterlyASVReport.