Funding Source Webhooks

Paynote sends real-time webhook notifications when a customer's bank account (funding source) is added, updated, verified, or removed. These events help your system stay up to date with key changes to funding sources.

Event Types

Event NameDescription
funding-source.addedA new bank account has been successfully added to a customer.
funding-source.updatedThe bank account information has been successfully updated.
funding-source.verifiedThe bank account has been successfully verified.
funding-source.deletedThe bank account has been successfully removed.
funding-source.made-primaryThe bank account is designated as the primary account for payments.
funding-source.made-billingThe bank account is set up for fee deductions.
funding-source.initiated-micro-depositsThe bank account is pending verification via micro-deposits.

Example Payload

{
  "event": "funding-source.verified",
  "source_id": "fbeb2a51-37ea-4454-910b-6f35f9ebacd8",
  "customer_id": "0e125e80-49ab-11ef-b7fc-13ada0e5c368",
  "timestamp": "2024-06-19 13:19:38"
}