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

MethodURL

GET

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

HeaderValue

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

Last updated