For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Globally unique.

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

bank_id*

long

Bank ID

Refer to Query bank list

store_id

long

Store ID

Refer to Store

account_label

string

Account Alias

Response

Name
Type
Description

merchant_id*

long

Merchant Id

apply_no*

string

Apply Number

collection_account_ids

list<long>

Collection Account IDs

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