POST
/
klarna
/
connect
curl -X POST \
 /klarna/connect \
 --header "Authorization: Bearer <token>"
{
  "clientSecret": "client_secret_1234567890",
  "flowId": "flow_1234567890",
  "confirmUrl": "https://example.com/klarna/connect/flow_1234567890"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Response

201
application/json
The Klarna Open Banking flow
clientSecret
string
Example:

"client_secret_1234567890"

flowId
string
Example:

"flow_1234567890"

confirmUrl
string

The URL which you need to call after the user has confirmed the connection

Example:

"https://example.com/klarna/connect/flow_1234567890"