====== getBankList ====== Retrieve the list of banks that the merchant can accept direct payments from. ===== Description ===== This method pulls the list of banks that the merchant can accept direct payments from. It is only available to merchants setup to process Secure Vault Payments. ===== Syntax ===== [[..:objects:Bank]] **getBankList** ( [[..:objects:ueSecurityToken]] Token ) ===== Arguments ===== ^Type ^Name ^Description ^ |[[..:objects:ueSecurityToken]] |Token |Merchant security token: used to identify merchant and validate transaction. | ===== Return Value ===== |[[..:objects:Bank]] |Returns array of Bank objects that merchant can accept payments from. | ===== Examples ===== ===== Change History ===== ^Version ^Change ^ |1.2 | Method added in 1.2 release |