Initiate Account
Initiates an account connection with a bank
Request parameters
{
"RedirectUri": "https://yourapp.com/callback"
}
Responses
{
"authUri": "https://bank.com/oauth2/authorize?client_id=123456&redirect_uri=https://your-app.com/callback&response_type=code&scope=read+write+profile&state=xyz789"
}
{
"Type": "example",
"Title": "example",
"Status": 96,
"Instance": "example",
"TraceId": "example",
"Detail": "example",
"Errors": [
{
"Name": "example",
"Reason": "example",
"Code": "example",
"Severity": "example"
}
]
}
{
"type": "example",
"title": "example",
"status": 96,
"detail": "example",
"instance": "example"
}
Last modified: 17 June 2026