Update Individual
Update Individual
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/merchant/update-individual
Request Header
Content-Type*
string
application/json; charset=UTF-8
Request Body
Refer to : common
Biz_data
merchant_id*
long
Merchant ID
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.address_id*
long
Address ID
address.postal_code*
string(4-8)
The address zip code, or postal code.
Response
{
"code": "10000",
"msg": "Success"
}
Example
curl --location --request POST 'https://rem-api-sandbox.pagsmile.com/remittance/merchant/update-individual' \
--header 'Content-Type: application/json' \
--data-raw '
{
"partner_id": "000000000000001",
"sub_partner_id": "",
"app_id": "162051914172236138",
"timestamp": "2011-09-23 04:24:03",
"format": "JSON",
"version": "2.0",
"random_key": "jJT3+PR9CSowcR2QOK5OzMjVmTSjGoectzYbO8lENHnboElE",
"request_id": "F6bEd39c-EecF-C1a2-AFcb-bA9BAeC8",
"sign_type": "RSA",
"biz_data":"3+PR9CSowtzYbO8lENHncR2QOK5OzMjJT3+PR9CSowcR2QOK5OzMjVmTSjGoectzYbO8lENHnboElE"
}'
Note: 162************38 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated
Was this helpful?