/GetAccountsSummary

Use the /GetAccountsSummary endpoint to retrieve general account information, including the cardholder's name (when available), account balance, category, and EFT eligibility.

To successfully call this endpoint, you must first call the /Authorize endpoint to obtain a valid requestId.

Accounts Summary

/GetAccountsSummary returns the following information about each of the accounts linked to the session:

Personal InformationAccount Information
Holder name (when available)Account balance
Account category
EftEligibleRatio

EFT Eligibility

The response field EftEligibleRatio shows the number of times we've successfully retrieved the information needed to do an electronic funds transfer (EFT) from an account. It represents a percentage and is returned as a decimal number between 0 and 1. The higher the number, the higher the possibility is of getting the required information from the /GetAccountDetails endpoint.

Use this field if you require the user to select an account for EFT. It allows you to filter out any bank accounts that cannot perform this function.

Language
URL