Query Bank List

Query Bank List

Request URL

POST /remittance/collection/query-banks

Request Body

Refer to : common

Biz_data

Name
Type
Description

merchant_id*

long

Merchant Id

business_type*

Integer

Business type

10-goods trade

11-service trade

20-platform

21-platform independent

payment_type*

Integer

Payment Type

1-swift 2-local

currency*

string

Currency

Response

{
    "code": "10000",
    "msg": "Success",
    "data":[{
     }],
    "random_key":"abssdddd2wdw==",
    "sign_type": "RSA",
    "app_id": "2017051914172236111"
}
Name
Type
Description

bank_id*

long

Bank ID

bank_name*

string

Bank Name

payment_type

integer

Payment Type

country

string(2)

Country

Example

Note: 162************38 is pagsmile's test app id for sandbox

Please use your own app_id when testing.

Last updated