Choose which of your bank accounts to associate with your BankID authentication. It returns a unique ID required for subsequent operations, such as making Stripe payments or reviewing registry locks.
Accept Example Content-Type Example clientId string required pnr string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/bankid/select-account curl -X POST "https://cloud.hostup.se/api/bankid/select-account" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"clientId": "string",
"pnr": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string"
}
} {
"clientId": "string",
"pnr": "string"
}