Link bank accounts with MX
To enable instant account verification (IAV), you will need to:
- Set up your accounts
- Get authorization code
- Pass the MX authorization code to Moov’s bank account
POST
endpoint
Set up your accounts
You will need an MX account and a Moov account in order to use this integration. If you don’t have a Moov account, you can sign up for one. Refer to our quick start guide for guidance on getting your API keys and configuring your Moov account once you’ve signed up.
Before you can use the Moov + MX integration, you will also need to have an API key and a client ID for your MX account.
Your MX account must also have the following enabled:
has_payment_processing
has_platform_api
has_account_verification
Create an authorization code
An authorization code is a one-time use token used to authenticate your application with MX. You’ll create an authorization code by passing the following information to the Request Payment Processor Authorization Code
MX endpoint.
|
|
Pass the authorization code to Moov
Once you’ve successfully created an authorization code, you’ll pass that authorization code to Moov via the bank account POST
endpoint.
|
|
|
|
|
|
Moov will then retrieve bank account details directly from MX, so you won’t need to directly handle sensitive bank information when linking bank accounts.
The bank account must have passed validation with MX, otherwise the bank account will be added in the verificationFailed
status.