Prequalify

This step enables us to pre-qualify sellers. To be eligible, sellers must meet the following conditions:

  • 6 months minimum sales history

  • The company is based in Europe

For pre-qualification, sales information is declarative. For this reason, pre-qualification is not binding on Unlimitd. All this data will be revalidated after onboarding, when the seller has delegated access to his data.

prequalifySellerThroughPartnership Query

Variables

identificationNumber* - European business identification number

orders - Order history of at least 6 months

  • date* - Order's date

  • chargeAmount* - Order's amount

  • returned* - true if the command has been returned, false otherwise

Returns

isEligible - true if eligible, false otherwise

reason - Rejected reason if known.

Errors

400 IDENTIFICATION_NUMBER_INVALID - Identification number does not match

Security

This endpoint is guarded by Partner Authentication. See Authenticate as Partner

Last updated