Creating and Managing Vendors (C2s)

In accounts receivable (AR), C2s are the vendor entities that want to create and send invoices on your platform. They MUST be businesses — they cannot be individuals.

In Mercoa, you’ll need to create a vendor for each of your customers that will be sending invoices to their clients through your platform, and verify each of your customers if you’re using Mercoa’s built-in payment rails.

Creating Vendors

Vendors can be created in the dashboard or with the create entity endpoint.

Creating the Vendor Entity

Using the create entity endpoint, create a new entity and make sure the following fields are set:

1{
2 isPayee: true // This marks the entity as able to receive funds
3 isPayor: false // This marks the entity as unable to pay funds
4 isCustomer: true // This indicates that you have a direct relationship with this entity (aka, they are your customer)
5}

Capturing Payer Details

If you don’t have the vendor’s details, Mercoa can capture them for you automatically using the React component or embed. When generating the token, make sure to set enableMercoaPayments to true.

You can also use the generate onboarding link endpoint to create a direct link that the payer can use to provide their details. This link will be valid for 24 hours. You can also use the send onboarding email endpoint to send the link to the payer via email. This link will be valid for 7 days, and will be emailed to the entity email.

You can configure what details are required for the vendor using the dashboard or API.

Verifying Vendors (C2s)

If you’re using Mercoa’s built-in payment rails, your C2 vendor entities will also need to undergo a KYB (Know Your Business) verification process before they can collect funds through Mercoa.

Banking regulations require that financial institutions perform a KYB process to verify an individual or business identity before enabling certain capabilities. All Mercoa accounts are also checked against OFAC and sanctions lists to ensure they are not forbidden from conducting business in the United States.

Vendor (C2) KYB Requirements

Business
Legal name
Website or description
Business type
EIN
Address
Phone
Business Representatives
Industry MCC Code
Average transaction size
Average monthly transaction volume
Maximum transaction size
Card volume distribution
Volume by customer type
Fulfillment
Past processing statements
Accept Terms of Service

Separate from KYB, Mercoa business entities must verify business representatives before a business account can be verified. Learn more here

Note: Individuals cannot collect funds as a vendor entity through Mercoa’s payment rails, and thus cannot undergo KYB verification.