Bank Account Re-Sync Webhook
If the link between Paynote and Plaid is interrupted, it's necessary to re-establish the bank account connection, a step required for both customers and merchants.
Users will be alerted through a blue notification bar at the top of their screen, guiding them to reconnect their bank account.
To assist in this process, we've introduced a webhook event that triggers when a customer's bank account needs reconnection. This event generates a unique, customer-specific link. By clicking on this link, customers are directed to authenticate with Plaid again, ensuring a seamless reconnection process.
Example:
{{
“event”: “bank.account.login.required”,
“user_id”: “46a456c0-cfe5-11ee-9438-b567b2a37ce3",
“source_id”: “a40334a2-5043-454f-ae1e-24b4ec0dc0ff”,
“link”: “https://dev-paynote.seamlesschex.com/#/bank-account/update/46a456c0-cfe5-11ee-9438-b567b2a37ce3/a40334a2-5043-454f-ae1e-24b4ec0dc0ff”,
“timestamp”: “2024-03-28 13:01:58"
}
Updated 4 months ago