v1
latestOpenAPI 3.0.02026-07-268955283.0 KBInitiate a connection to open banking
post/connect/open-banking-init
Request body
Response
Response - successfully handled process
Example response
{
"connection": {
"access": {
"accounts": [
{
"iban": "IL123456789012345678901",
"bban": "10-944-50151142"
}
],
"balances": [
{
"iban": "IL123456789012345678901",
"bban": "10-944-50151142"
}
],
"transactions": [
{
"iban": "IL123456789012345678901",
"bban": "10-944-50151142"
}
]
}
}
}