GET
/
v1
/
source-of-funds
/
:userId
curl https://api.geldstuck.com/v1/source-of-funds/usr_01HX3ZAB... \
  -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \
  -H "x-api-secret: $GELDSTUCK_SECRET_KEY"
{
  "id": "sof_01HX3ZV...",
  "userId": "usr_01HX3ZAB...",
  "status": "under_review",
  "bankStatement": {
    "institution": "Chase",
    "accountLast4": "1234",
    "fileIds": ["file_01HX3ZK..."]
  },
  "salary": {
    "employer": "Analytical Engines Inc.",
    "monthlyGross": 850000,
    "fileIds": ["file_01HX3ZW..."]
  },
  "submittedAt": "2026-04-22T11:30:00.000Z"
}

Path parameters

userId
string
required

Returns

A full SoF record, including every document group the user has uploaded.
curl https://api.geldstuck.com/v1/source-of-funds/usr_01HX3ZAB... \
  -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \
  -H "x-api-secret: $GELDSTUCK_SECRET_KEY"
{
  "id": "sof_01HX3ZV...",
  "userId": "usr_01HX3ZAB...",
  "status": "under_review",
  "bankStatement": {
    "institution": "Chase",
    "accountLast4": "1234",
    "fileIds": ["file_01HX3ZK..."]
  },
  "salary": {
    "employer": "Analytical Engines Inc.",
    "monthlyGross": 850000,
    "fileIds": ["file_01HX3ZW..."]
  },
  "submittedAt": "2026-04-22T11:30:00.000Z"
}