When Exact onboards a new merchant we use Plaid to validate the deposit bank account provided during Merchant onboarding. Once the bank account is validated the details are encrypted and stored in Exact's database, creating a funding source for future payouts.
Please register for a Plaid account if planning to integrate plaid as a verification mechanism within your platform.
Exact requires Plaid'spublic_token
to be presented in ourplaidAccessToken
field via Exact'sCreateOnboarding
endpoint.
Refer to Step 1 and 2 from Plaid's Quickstart Guide, below:
When an Exact Partner calls Plaid’s/link/token/create
endpoint (as shown in Step 1 in the above diagram) they have to provide the client id which they can provide the name of the merchant.
Then thelink_token
generated
in Step 1 can be used to get thepublic_token
The
public token is required for Onboarding.
ExactPay then will exchange thepublic_token
with theaccess_token
from Plaid. Theaccess_token
will then be used to do underwriting checks on the merchant being onboarded.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article