Apply VA
Apply VA
Merchants initiate VA account opening applications and wait for Pagsmile review. Merchants can query specific VA account information through the VA query interface.
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/collection/apply-va
Request Header
Content-Type*
string
application/json; charset=UTF-8
Request Body
Refer to : common
Biz_data
merchant_id*
long
Merchant Id
order_no*
string
Order Number
currencies*
list<string>
Currency List,
As a 3-letter ISO currency code;
Current support : MXN
shop_name
string
Shop Name,
If 'business_type' is 'platform' or 'platform-independent' , it is required
website_url
string
Website url
Response
merchant_id*
long
Merchant Id
order_no*
string
Order number
account_name
string
Account name
account_num
string
Account number
regions*
list<string>
Region
currencies*
list<string>
Currencies
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