Trusted KYC

Paybis allows you to avoid repeated KYC for your verified customers on a per-transaction basis (without data sharing)

If a KYC provider other than Sumsub is in use, Trusted KYC provides an option to bypass KYC verification on Paybis for the users that have already been verified on a per-transaction basis.

📘

Please note that this feature is not automatically enabled; it is accessible to specific partners who have undergone additional compliance review and signed a separate addendum to the main agreement.

How to Apply Trusted KYC

  1. Check that the user is verified in your system.
  2. Call the POST /request endpoint with the trustedKyc flag set to true.
    1. Add the required information to trustedKycInfo object (optional).
  3. Start the widget with the retrieved requestId.
  4. User can complete their journey in the widget bypassing KYC verification regardless of the transaction amount.

Extension for Trusted KYC

Extension for trusted KYC allows our partners to provide users' personal data (KYC-related information) during the widget integration process.

trustedKycInfo is an optional object that is utilized as a part of the Trusted KYC option only.

It aims to improve:

  • Compliance Process: Sharing additional user data AML/KYC compliance, ensuring a secure platform.
  • Success Rates: Providing extra user details can increase success rates for certain payment methods, reducing chargebacks.
ParameterRequiredDescriptionComment
firstNamemandatoryUser's first name
lastNamemandatoryUser's last name
dateOfBirthmandatoryUser's date of birth. Date only (ISO 8601 format)
countrymandatory2-symbol ISO country code
stateoptional2-symbol state code. Required if country equalsUS
addressoptionalUser's address line
cityoptionalUser's city of residence
zipoptionalUser's postal code
phoneoptionalUser's phone number
documentTypeoptionalUser's identification document typedocumentType is required for PIX/SPEI to improve the success rate
List of options:

- PASSPORT
- DRIVERS_LICENCE
- IDENTITY_CARD
- RESIDENCE_PERMIT
documentNumberoptionalUser's identification document numberdocumentNumber is required for PIX/SPEI to improve the success rate

📘

Please ensure that the trustedKyc flag is included in each request. Adding it once does not impact the user's verification status in the Paybis system.