Skip to main content

User details

Get user details
curl https://api.safepaynordic.dk/v2/users/{SAFEPAY_ACCOUNT_ID} \
-X GET \
-H 'Authorization: Bearer {API_TOKEN}' \
-H 'Content-Type: application/json'
Response example
{
"safepayAccountId": "9a1d4a0c-9700-4e18-bc77-7bc7d4a32c66",
"connections": [
{
"referenceId": "your-user-id",
"connected": "2026-01-01T12:00:00+01:00"
}
],
"name": "John Doe",
"type": "Private",
"kyc": {
"level": "Medium"
},
"email": "[email protected]",
"phoneNumber": "+45 12345678",
"phoneNumberVerified": true
}

The type field is one of Private, Business or Guest.