Download OpenAPI specification:Download
Interoperability refers to the ability of Klarna's full product suite to work seamlessly across multiple integration paths.
Returns interoperability information
Interoperability information
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.
curl -i -X GET \ 'https://api-global.klarna.com/v1/interoperability?interoperability_token=string&country=US¤cy=USD&payment_amount=2000&merchant_reference=merchant-order-9876&platform_reference=paltform-order-9876' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "shopping_session_id": "krn:shopping:eu1:live:session:b1de90a1-1069-414c-a119-2b8e68f9e252",
- "payment_confirmation_token": "krn:payment:eu1:confirmation-token:e15432a5-ebcc-45bc-944c-e61399db597b",
- "status": "PAYMENT_PENDING_CONFIRMATION"
}