When a Klarna customer token has been created, you can read the content of it through doing a read on it. The read will return the status of the token as well as payment method details.
For a description of the status in the lifecycle of a token, please read the token lifecycle article.
Best practice: You can use the correlation_id
to troubleshoot the call in the logs app in merchant portal.
Error Code | Error message | Comment |
---|---|---|
NOT_FOUND | Invalid customer-token ID | The token you attempted to read is not valid anymore. Or the ID is incorrectly formatted. |