XS2A.api.connections
Create a bank connection
Create a bank connection and receive wizard session object
put/api/connections
Request body
Example request
{
"sync_mode": "full",
"bic": "TESTDE88XXX",
"country_id": "DE",
"days": 60,
"limit_days": 60
}Response
Request successfully processed
Example response
{
"wizard_session_key": "m5A65Cy2lwI1rOXxuvwU4MM47b4tDaV0ME9By6It",
"transaction": "10001-xv-LEz8-oct7"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.