Interface ConnectorInterface
HTTP transport connector interface used to authenticate and make HTTP requests against the Klarna APIs.
The HTTP communication is handled by Guzzle.
Direct known implementers
Klarna\Rest\Transport\CURLConnector
,
Klarna\Rest\Transport\GuzzleConnector
Methods summary
Magic methods summary
Constants summary
string |
EU_BASE_URL
API base URL for Europe. |
#
'https://api.klarna.com'
|
string |
EU_TEST_BASE_URL
Testing API base URL for Europe. |
#
'https://api.playground.klarna.com'
|
string |
NA_BASE_URL
API base URL for North America. |
#
'https://api-na.klarna.com'
|
string |
NA_TEST_BASE_URL
Testing API base URL for North America. |
#
'https://api-na.playground.klarna.com'
|