curl -X POST \
/klarna/connect \
--header "Authorization: Bearer <token>"
{
"clientSecret": "client_secret_1234567890",
"flowId": "flow_1234567890",
"confirmUrl": "https://example.com/klarna/connect/flow_1234567890"
}
Connect Klarna to allow fetching transactions from your bank account
Required permissions:open-banking:fetch-transactions
curl -X POST \
/klarna/connect \
--header "Authorization: Bearer <token>"
{
"clientSecret": "client_secret_1234567890",
"flowId": "flow_1234567890",
"confirmUrl": "https://example.com/klarna/connect/flow_1234567890"
}
Value for the Authorization header parameter.
The Klarna Open Banking flow
The response is of type object
.
Was this page helpful?