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.
In response to your call, you'll receive the customer token's status and the details of the associated payment method.
If the customer token in your request is invalid, you'll get an error response. Make sure that the customerToken
in the path matches the token_id
of the token you created earlier.
You can use the value in correlation_id
to find entries related to the request in Logs in the Merchant portal.