get https://securepayments.loanpro.io/api/checking-account/
This request lets you pull checking account information.
General
This request will pull the information for a checking account stored within Secure Payments. Here's what you need to know about this request:
- When a checking account is created, its information is tokenized. You will need a checking account's token to pull its information.
- Secure Payments uses ValidiFI to verify bank account information. If a bank account was verified when it was created, the verification information will be listed within the
"response_code"
and"validation_data"
fields. If the bank account was not verified, these fields will store anull
value.- For an example of how verification data is formatted, take a look at our sample responses listed below the Try It button.
Try It Instructions
Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—hit Try It to send the request.
If you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.