After the customer completes Plaid Link authentication, the platform should POST the public_token to this callback URL (provided in the link token response).
This will trigger asynchronous processing:
API token authentication using format <api token id>:<api client secret>
The Plaid link token from the link token response, used to identify the session
The public token returned by Plaid Link after the customer successfully authenticates and selects an account.
"public-sandbox-12345678-1234-1234-1234-123456789012"
Optional Plaid account ID if the customer selected a specific account. If not provided, the default account will be used.
"plaid_account_id_123"
Public token accepted and external account creation initiated. The platform will receive a webhook notification when the external account is ready.