API get list withdraw banks

  • Purpose: This is the API used to get list approved withdraw bank configs.

  • API:

    • Path: v2/col/withdraw-bank-configs

    • Method: GET

    • Request: Content-Type: application/json

Request Parameter

Parameter
Data Type
Required
Description

withdrawType

String

N

Get list approved withdraw bank configs, inclue INTERNATIONAL: Supported international remitout banks. DOMESTIC: local banks in Vietnam.

Response Data

Parameter
Data Type
Description

code

Number

Error code, refer to table of error codes.

data

Array

Return Array object of GetListWithdrawBanksResponse. Ref to GetListWithdrawBanksResponse object.

message

String

Error description

neoResponseId

String

The ID of NeoX response

GetListWithdrawBanksResponse

Parameter
Data Type
Description

id

String

Bank config id

bankSwiftCode

String

Bank swiftcode.

bankName

String

Bank name

bankBranch

String

Bank branch

bankAccountNumber

String

Bank account number

bankAccountName

String

Bank account name

Last updated

Was this helpful?