• API
  • Connect
  • Guides
  • Get Started
    • Overview
    • Changelog
    • Sandbox Banks
    • Example Projects
    • Client Libraries
  • Foundations
    • Link Session
    • Links
    • Users
    • Institutions
    • Webhooks
    • Access Token
  • Products
    • Accounts
    • Account Numbers
    • Transactions
    • Investments
    • Identity
  • Reference
    • Link Errors
    • Transactions Enrichment
    • Account Types
    • Flow Diagram

Webhooks

Webhooks

Efficiently keep link data and state up to date using events from MoneyKit.

Endpoints

    GET

    Webhooks Guide

    GET

    Get JSON Web Key Set

    The JSON Web Key Set (JWKS) is a set of keys containing the public keys used to verify JWTs in webhooks sent by MoneyKit.

    The JWKS should be cached, but MoneyKit rotates its webhook keys periodically, so if an incoming webhook's JWT has a key ID (kid) not contained in the cached JWKS, you should fetch and cache the updated JWKS using this endpoint.

    POST

    Test Link Event

    Triggers a webhook event for a link, for testing purposes; works only for sandbox links.

Guides

    Cover image for guide with the name Webhooks

    Webhooks