Function to get list of available banks for Transfer transactionsParameters#
| PARAMETER | TYPE | REQUIRED |
|---|
| kushkiInstance | Ikushki | YES |
It returns a promise from BankListResponse.Errors#
| CODE | MESSAGE | EXAMPLE | DESCRIPTION |
|---|
| E014 | Error en solicitud de lista de bancos (Error in bank list request) | { code: "E014", message: "Error en solicitud de lista de bancos" } | If there was an error in obtaining the bank list, the error code E014 will be returned. Please try again making sure to enter the card data correctly, if the error persists contact Kushki support. |
Example#
Modified at 2026-02-02 22:10:25