Repeat BankAccount Online Login
Using this endpoint, you can initiate a Repeat Login for a Customer without having to direct them through the Online Login process again.
Repeat BankAccount Online Login
POST
{{baseUrl}}/bank-accounts/:session_code/repeat-login
POST
{{baseUrl}}/bank-accounts/:session_code/repeat-login
All results for the repeat online login, will be posted to result_url
as set in the environment variables on the initial creation of the GET Sync Online Banking Accounts
Calling this endpoint multiple times without the repeat_application argument, will wipe the stored login credentials of the Customer.
Path Parameters
Key
Type
Description
session_code*
String
Headers
Key
Type
Description
Authorization*
String
Bearer {{token}}
Status Codes
Examples
Successful webhook response
Unsuccessful webhook response
Last updated
Was this helpful?