Other methods
Additional methods that can be used in combination with the Widget.
.getBankList
instantor.getBankList(callbackFunction(payload)){
banks: [
{
UUID: 'bank UUID',
identification: 'bank identification string (bank abbreviation)',
name: 'display bank name'
}
…
],
tld: {
name: 'TLD identification',
count: number
},
status: true | false,
errorMessage: 'error message'
}.destroy
Last updated
Was this helpful?