Create Individual
Create Individual
Request URL
POST /remittance/merchant/create-individual
Request Body
Refer to : common
Biz_data
mobile*
string(16)
The whole mobile phone number.
Need to add an international area code
first_name*
string(50)
First name.
last_name*
string(50)
Last name.
id_no*
string(6-20)
ID number.
issuance_date
string
Issuance date
format:yyyy-MM-dd
expires_on
string
Expires On
format:yyyy-MM-dd
email*
string
Business emailEmails are validated against the rfc6530 standard.
birthday*
string
Date of Birth,
yyyy-MM-dd
address.postal_code*
string(4-8)
The address zip code, or postal code.
Response
merchant_id*
long
Merchant ID
id_no*
string
ID Number
id_type*
integer
ID Type
status*
integer
Status :0-initial 1-enabled 2-disabled
Default : 1
Example
Note: 162************38 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated
Was this helpful?