1. Create personal profile
POST {{host}}/v1/profiles
Create a personal profile with the KYC data verified by the bank.
Request Body
{"type"=>"personal", "details"=>{"firstName"=>"R", "lastName"=>"S", "dateOfBirth"=>"1990-01-10", "phoneNumber"=>"+447711111111"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":16034418,"type":"personal","details":{"firstName":"Joe","lastName":"Bloggs","dateOfBirth":"1990-01-10","phoneNumber":"+447711111111","avatar":null,"occupation":null,"occupations":null,"primaryAddress":37034374}}