VPay API Specification (Basic Guide)
  • Introduction
  • Key Definitions
  • Methods
    • login
    • get bank list
    • nuban lookup
    • outbound transfer
    • get wallet balance
    • account/wallet statement
    • create virtual account/customer
    • update virtual account/customer
    • get customer
    • get all customers
    • get customer by email
    • get transaction by reference number
    • re-query transaction by reference number
    • check customer status
    • remove customer
  • Inbound Webhook Notifications
  • Funding Methods
  • Glossary
Powered by GitBook
On this page
  1. Methods

get bank list

Get list of available banks

NOTE: This is a static list of supported bank codes. Updates to this list are infrequent. It is expected to be called ONCE by your application.

This endpoint is throttled to 1 request every 60,000 milliseconds.

Request

Method
URL

GET

{{baseUrl}}/api/service/v1/query/bank/list/show

Header
Value

Content-Type

application/json

publicKey

{{publicKey}}

b-access-token

{{accessToken}}

Use the accessToken that was given in response to /api/service/v1/query/merchant/login

PreviousloginNextnuban lookup

Last updated 2 years ago