Use the Klarna payments API to check the status and details of the payment method linked to a customer token.
To get the details of a customer token, send a GET
request with an empty request body to the {apiUrl}/customer-token/v1/tokens/{customerToken}
endpoint. Provide the customer token as a customerToken
path parameter.
A success response to the check customer token details request.
You can use the value in correlation_id
to find entries related to the request in Logs in the Merchant portal.
An error response to the check customer token details request.