What is KYC verification?
With Know Your Customer, you must ensure that your customers are who they say they are. Regulations such as the Bank Secrecy Act/Anti-Money Laundering law (BSA/AML) in the United States require that financial institutions handling your funds perform identity verification to help limit suspicious or fraudulent activity. When this verification process is applied to a business, it is referred to as Know Your Business (KYB). KYC verification answers these important questions:-
Is the individual (represented by the
userresource) or company (represented by thebusinessresource) who or what they claim to be? - Does the individual or company have a history of suspicious or fraudulent activity?
Individual KYC
This section pertains to performing KYC on auser resource. For information about Business KYC, see Business KYC (KYB).
When is KYC verification required for an individual?
KYC verification is generally required for individual account holders when:- The account holder’s card is reloadable.
- The account holder can access cash from their card, such as by ATM or cashback.
- The account holder can transact internationally.
- The card’s account balance exceeds $1000 USD.
- Funding for the holder’s account could come from somewhere other than the program funding source, such as by ACH or direct deposit.
Required information for individual KYC
To perform KYC verification for an individual account holder, you must provide the following information in the relevantuser resource:
- First and last name
-
Address (PO Boxes are not acceptable)
- Street address
- City
- State
- Postal code
- Country code (ISO alpha-2 format)
- Date of birth
- Social Security Number (SSN) or Individual Taxpayer Identification Number (ITIN)
user resource, see Users.
Performing KYC for an individual
To perform KYC verification for an individual, first ensure that you have provided the required information in the relevantuser resource.
After you have provided the required information in the relevant resource, you can perform KYC verification by sending a POST request with the relevant user_token to the /kyc endpoint. You can perform KYC twice on any given user, regardless of outcome. For detailed information about performing KYC verification using the Marqeta platform, see Perform KYC.
To view the results of your requested KYC verification, send a GET request to the /kyc/{token} endpoint, where {token} is the KYC request token returned by POST /kyc. For detailed information about retrieving KYC verification results, see Retrieve KYC result.
You can view a list of all KYC verification results for a user by sending a GET request to the /kyc/user/{user_token} endpoint. For more information, see List KYC results for user.
What happens if individual KYC verification fails?
If individual KYC verification fails, Marqeta escalates the verification to the KYC provider. In such cases, the account holder may be required to provide additional documents as proof of identity.Business KYC (KYB)
This section pertains to performing KYC on abusiness resource. For information about individual (user) KYC, see Individual KYC.
When is KYC verification required for a business?
KYC verification is generally required for business account holders when:- The account holder’s cards are reloadable.
- The account holder allows access to cash from their cards, such as by ATM or cashback.
- The account holder transacts internationally.
- The account balances on cards exceeds $1000 USD.
- Funding for the holder’s account could come from somewhere other than the program funding source, such as by ACH or direct deposit.
Preventing transactions before your business has passed KYC verification
Some programs require that a business passes KYC Verification before cardholders perform any transactions. In such cases, Marqeta recommends that you do not create child users of a business or issue any cards until after that business has passed KYC verification and is in theACTIVE state.
Required information for Business KYC
To perform KYC verification for a business account holder, you must provide the following information in the relevantbusiness resource:
- Legal business name
- Fictitious business name (“Doing Business As” or DBA)
-
Business office address (PO Boxes are not acceptable)
- Street address
- City
- State
- Postal code
- Country code (ISO alpha-2 format)
- Date the business was established
- Organizational type of the business (corporation or sole proprietorship, for example)
- State in which the business is incorporated
- Taxpayer identification number for the business
- Business proprietor or officer information
- Beneficial owner information, if applicable
- Attestation evidence
- Attester name
- Attestation date
business resource, see Businesses.
Required information for sole proprietorships
When creating a sole proprietorship, you must designate thebusiness as a sole proprietorship using the incorporation fields documented on Businesses. The details for the proprietor object should be completed using the individual’s information. Complete the KYC Required portion of the business object with the following details:
-
The
business_name_legalis the individual’s legal name. -
If the sole proprietorship has a
Doing Business Asname, provide this in thebusiness_name_dbafield. Otherwise leave this field blank. -
If the sole proprietorship has an Employer Identification Number tax ID that is different from the individual’s SSN, provide this in the
identificationsfields documented on Businesses as the Business Tax ID or Business Number. Otherwise, this field must contain the individual’s Social Security Number (SSN) or Individual Taxpayer Identification Number (ITIN).
Performing KYC for a business
To perform KYC verification for a business, first ensure that you have provided the required information in the relevantbusiness resource.
After you have provided the required information in the relevant resource, you can perform KYC verification by sending a POST request with the relevant business_token to the /kyc endpoint. You can perform KYC twice on any given business, regardless of outcome. Attempting to perform KYC a third time on a given business will return an error. For detailed information about performing KYC verification using the Marqeta platform, see Perform KYC.
Occasionally, a business component may be successfully submitted for processing, but the processing is not completed by the vendor in the allotted time. In such cases, you will see the VENDOR_PENDING outcome for both the KYC request status and the relevant business component in the business_result object. Marqeta will send you the final outcome for your KYC verification request using a kybresults webhook event. For detailed information about the kybresults webhook event, see KYB results event.
To view the results of a KYC verification that you requested, send a GET request to the /kyc/{token} endpoint, where {token} is the KYC request token returned by POST /kyc. For detailed information about retrieving KYC verification results, see Retrieve KYC result.
You can view a list of all KYC verification results for a business by sending a GET request to the /kyc/business/{business_token} endpoint. For more information, see List KYC results for business.