This section overviews checking and savings accounts within Secure Payments.
The checking-account
entity includes both checking and savings accounts and represents types of payment profiles in Secure Payments. Checking accounts created in Secure Payments are tokenized. Use this token when making Secure Payments requests.
You can retrieve bank account information, verify routing numbers, create bank accounts, update bank accounts, and delete bank accounts.
The checking-account
entity holds checking and savings account information. Secure Payments uses ValidiFI to verify bank account information. You will find the key-value pairs for the checking-account
below.
Key-value pairs
Value: | Definition: |
---|---|
address | The bank address associated with the account. |
finicity_available_balance_date | The date the available balance was checked. |
account_type | The type of account. |
finicity_available_balance | The available balance in the account. |
city | The bank's city. |
bank_name | The bank's name. |
state | The bank's city. |
zipcode | The bank's zipcode. |
eft_branch_number | The EFT branch number. |
response_code | The ValidiFI verification response. |
accountholder_name | The account holder's name. |
routing_number | The bank's routing number. |
account_number | The bank account number. |
validation_data | The ValidiFI validation information. |
eft_institution_number | The EFT institution number. |
uuid | The bank account's uuid. |
finicity_last_transaction_date | The last date of a transaction. |
country | The bank's country. |
finicity_continual_capture | Whether Finicity will continually verify the account. |
For more information and to see how cards work in the UI, see our Payment Profiles article.