post https://api.straitsx.com/v1/kyc/customer_profiles
[Available in Sandbox/Production environment] Create a customer profile on our platform.
Log in to see full request history
Responses
[Available in Sandbox/Production environment] Create a customer profile on our platform.
xxxxxxxxxx
curl --request POST \
--url https://api.straitsx.com/v1/kyc/customer_profiles \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"registrationType": "personal"
}
'
xxxxxxxxxx
27}
{
"data": {
"id": "customer_profile_08d5ffe5-8a02-4dc2-aabb-9057b8ab3c65",
"type": "customer_profile",
"attributes": {
"customerName": "John Ng",
"registrationType": "personal",
"registrationIdType": "identity_card",
"registrationIdCountry": "SG",
"registrationId": "S1234567J",
"countryOfResidence": "Singapore",
"address": {
"street": "10 Albert Street",
"city": "Singapore",
"postalCode": "000000",
"state": "Singapore",
"country": "SG"
},
"verificationStatus": "verified",
"dateOfBirth": "1983-11-14T00:00:00.000Z",
"gender": "MALE",
"nationality": "SINGAPOREAN",
"email": "test@gmail.com",
"phoneNo": 6587654321
}