cURL
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
open-banking:fetch-transactions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Klarna Open Banking flow
"client_secret_1234567890"
"flow_1234567890"
The URL which you need to call after the user has confirmed the connection
"https://example.com/klarna/connect/flow_1234567890"
War diese Seite hilfreich?