Checkissuing uses Plaid to add and instantly verify bank accounts. Due to this, there is no fully automated way to add and verify a bank account. In order to add one using the API, you must make the API call to add it and you will receive a URL will a successful response. That url must be visited in a browser by someone with access to the bank account.
The URL returned by the verify method will lead to a page that allows the visitor to verify a previously added account that could not be verified instantly and required microdeposits.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
id | Int | Yes | N/A | The bank account's ID found in your Checkissuing dashboard or in the account's information returned from various API calls |
redirect_uri | String | No | N/A | The URL to redirect to upon successful verification of an account |
{"status":1,"errors":[],"verify_uri":"https:\/\/web.checkissuing.com\/onboard\/verify?aid=131&at...&ru=aHR0cDovL3d3dy5zb21lc2l0ZS5jb20="}