2. Add information to the profile
POST {{host}}/v1/profiles/{{personal-profile-id}}/extensions
Once you have built your full profile extension details object you can add it to add information to the profile.
Request Body
{"details"=>{"accountPurpose"=>"SENDING_MONEY_REGULARLY_TO_FAMILY"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: Created
{}