Skip to main content

Bank List

info

This bank list is used for the vnp_BankCode parameter

Get Bank List

import { Bank } from 'vnpay';

/* ... */

const bankList: Bank[] = await vnpay.getBankList();

Properties of the Bank Object

PropertyTypeDescription
bank_codestringBank code
bank_namestringBank name
logo_linkstringBank logo URL
bank_typenumberBank type
display_ordernumberDisplay order
info

See more details in the official VNPay documentation