v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Embedded

Create a Flinks Connect session for the embedded payment flow

Create a Flinks Connect session for the embedded payment flow

post/api/v1/embedded/flinks-session

Request body

institution_idinteger

Optional Flinks institution ID. When provided, the Flinks iframe skips bank selection and goes directly to credential entry for that institution.

Example request

{
  "institution_id": 42
}

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true
}