Klarna Payments
Connector for the klarna-payments API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.klarna.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
readcreditsession— GET /payments/v1/sessions/{session_id} — Read an existing payment sessioncancelauthorization— DELETE /payments/v1/authorizations/{authorizationToken} — Cancel an existing authorizationpurchasetoken— POST /payments/v1/authorizations/{authorizationToken}/customer-token — Generate a consumer tokencreateorder— POST /payments/v1/authorizations/{authorizationToken}/order — Create a new ordercreatecreditsession— POST /payments/v1/sessions — Create a new payment sessionupdatecreditsession— POST /payments/v1/sessions/{session_id} — Update an existing payment session
Inputs
apiKey— your klarna-payments API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: readcreditsession
apiKey: <your key>