Plaid Webhook Verification API

Plaid Webhook Verification API is a tool designed to help businesses verify the authenticity of webhook notifications sent by Plaid, a popular financial technology platform. This API allows businesses to confirm that the incoming webhook notifications are indeed from Plaid and have not been tampered with during transit. By verifying the signatures attached to the webhook notifications, businesses can ensure the integrity and security of their data and prevent potential fraud or unauthorized access to sensitive information. Additionally, the Plaid Webhook Verification API helps businesses maintain compliance with data protection regulations and build trust with their customers by providing a secure and reliable messaging system.

OpenAPI Specification

plaid-webhook-verification--openapi-original.yml Raw ↑
openapi: 3.0.0
servers:
  - description: Production
    url: https://production.plaid.com
  - description: Development
    url: https://development.plaid.com
  - description: Sandbox
    url: https://sandbox.plaid.com
info:
  title: 'Plaid webhook verification/'
  version: 2020-09-14_1.517.0
  description: Needs description.
  contact:
    name: Plaid Developer Team
    url: https://plaid.com
  termsOfService: https://plaid.com/legal/
tags: []
security:
  - clientId: []
    secret: []
    plaidVersion: []
paths: {}
components:
  schemas: {}