Apply Collection Account

Apply Collection Account

Merchants initiate virtual account(VA) opening applications and wait for Pagsmile review. Merchants can query specific virtual account information through the virtual account query interface.

Request URL

POST /remittance/collection/apply-va

Request Body

Refer to : common

Biz_data

Name
Type
Description

merchant_id*

long

Merchant Id

apply_no*

string(32)

Apply Number

business_type*

Integer

Business Type

currency*

string

Currency

bank_id*

long

Bank ID

Refer to Query bank list

account_label

string

Account Alias

Response

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

merchant_id*

long

Merchant Id

apply_no*

string

Apply Number

account_label

string

Account Label

business_type

integer

Business type

collection_account_ids

list<long>

Collection Account IDs

currency

string

Currency

status

integer

Status

1-reviewing

2-approved

11-rejected

created_at

string

created at

Example

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

Please use your own app_id when testing.

Last updated