link_session_token
with the POST /link-session endpoint, you will pass your webhook URL with the webhook field
link_session_token
with POST /link-session
link_id
of the link that was updated.kid
in the webhook JWT header will match up with the key id of one of the keys returned from the JWKS endpoint.moneykit-signature
from the webhook header, then fetch the latest key set with the above endpoint, and then validate the moneykit-signature
using the key set with your preferred JWT library.LinkState
ERROR
, you will be provided an error type via the LinkError
enum
link_session_token
with the POST /link-session endpoint will be included in the Link State Changed webhook body:
true
.
true
for the Transactions product when creating your link_session_token
with the POST /link-session endpoint.
In order to aggregate the full transaction history for the link, mark extend_history
as true
for the Transactions product when creating your link_session_token
with the POST /link-session endpoint.
has_history
in the webhook body will return true
.