Download OpenAPI specification:Download
The Customer Account Query API allows you to determine if a customer already has a Klarna account based on the customer's phone number/email address.
Determine whether the customer already has a Klarna account.
Successful response
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
Service Temporarily Unavailable, the system is temporarily unavailable to process the request.
Check if a customer exists using a phone number
{- "phone": "+18445527621"
}
{- "exists": true
}