Start links
POST /v1/verification-sessions
Section titled “POST /v1/verification-sessions”Start MitID Erhverv verification
Returns a link a human opens; payouts are gated on the verification. Call again for status.
Scope: settings:write
curl -X POST https://app.rieck.nu/api/v1/verification-sessions \ -H "Authorization: Bearer $RIECK_API_KEY" \ -H "Idempotency-Key: order-2041"const svar = await rieck.request("POST", "/v1/verification-sessions");POST /v1/card-setup-sessions
Section titled “POST /v1/card-setup-sessions”Start card setup (hosted fields)
Card data never passes this API.
Scope: settings:write
curl -X POST https://app.rieck.nu/api/v1/card-setup-sessions \ -H "Authorization: Bearer $RIECK_API_KEY" \ -H "Idempotency-Key: order-2041"const svar = await rieck.request("POST", "/v1/card-setup-sessions");POST /v1/accounting-connections
Section titled “POST /v1/accounting-connections”Start accounting OAuth
Returns a link; reports the current connection.
Scope: settings:write
curl -X POST https://app.rieck.nu/api/v1/accounting-connections \ -H "Authorization: Bearer $RIECK_API_KEY" \ -H "Idempotency-Key: order-2041"const svar = await rieck.request("POST", "/v1/accounting-connections");