• Namespace
  • Class

Namespaces

  • Klarna
    • Exceptions
    • Rest
      • Checkout
      • CustomerToken
      • HostedPaymentPage
      • InstantShopping
      • MerchantCardService
      • OrderManagement
      • Payments
      • Settlements
      • Transport
        • Exception

Classes

  • ApiResponse
  • Connector
  • CURLConnector
  • GuzzleConnector
  • Method
  • ResponseValidator
  • UserAgent

Interfaces

  • ConnectorInterface
  • UserAgentInterface

Class Connector

DEPRECATED: Transport connector used to authenticate and make HTTP requests against the Klarna APIs. Transport uses Guzzle HTTP client to perform HTTP(s) calls.

Klarna\Rest\Transport\GuzzleConnector implements Klarna\Rest\Transport\ConnectorInterface
Extended by Klarna\Rest\Transport\Connector
Namespace: Klarna\Rest\Transport
Deprecated: Use GuzzleConnector class instead. Keeps for the backward-compatibility purposes only.
Located at Klarna/Rest/Transport/Connector.php

Methods summary

Methods inherited from Klarna\Rest\Transport\GuzzleConnector

__construct(), create(), createRequest(), delete(), get(), getApiResponse(), getClient(), getUserAgent(), patch(), post(), put(), send()

Magic methods summary

Constants summary

Constants inherited from Klarna\Rest\Transport\ConnectorInterface

EU_BASE_URL, EU_TEST_BASE_URL, NA_BASE_URL, NA_TEST_BASE_URL

Properties summary

Properties inherited from Klarna\Rest\Transport\GuzzleConnector

$client, $merchantId, $sharedSecret, $userAgent

API documentation generated by ApiGen