Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.25 KB

AuthGetNumbers.md

File metadata and controls

16 lines (11 loc) · 1.25 KB

AuthGetNumbers

An object containing identifying numbers used for making electronic transfers to and from the accounts. The identifying number type (ACH, EFT, IBAN, or BACS) used will depend on the country of the account. An account may have more than one number type. If a particular identifying number type is not used by any accounts for which data has been requested, the array for that type will be empty.

Properties

Name Type Description Notes
ach [NumbersACH] An array of ACH numbers identifying accounts.
eft [NumbersEFT] An array of EFT numbers identifying accounts.
international [NumbersInternational] An array of IBAN numbers identifying accounts.
bacs [NumbersBACS] An array of BACS numbers identifying accounts.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]