Create a user profile to aggregate transactional data. The user profile defines how all insights are calculated, including transaction categorization, budget, and expenditure.
Body
The User prrofile creation request object
-
Mandatory for better user experience. User full name, if present, builds up user trust and displayed when interacting with a user
-
Optional Set up your own ID to match with your internal system for better monitoring.
-
Required for some API requests Set SSN when requested additional data collection, including credit report, tax information, etc.
-
Set a default country for a user to improve user experience and display banks from the country by default.
-
Set to
falseby default Define, if the test flow should be used for development purpose.
curl \
-X POST https://link.goscore.me/finid-api/1.0/users \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"full_name":"string","external_id":"string","ssn":"string","country":"se","test":true}'
{
"full_name": "string",
"external_id": "string",
"ssn": "string",
"country": "se",
"test": true
}
{
"full_name": "string",
"external_id": "string",
"ssn": "string",
"country": "se",
"test": true
}
{
"id": "3ef8f52f-9056-4113-840e-2f7183b90e06",
"url": "https://example.com"
}
{
"id": "3ef8f52f-9056-4113-840e-2f7183b90e06",
"url": "https://example.com"
}
{
"error_message": "Invalid requeet",
"error": "ER-001"
}
{
"error_message": "Invalid requeet",
"error": "ER-001"
}