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 Name | Description |
---|---|
funding-source.added | A new bank account has been successfully added to a customer. |
funding-source.updated | The bank account information has been successfully updated. |
funding-source.verified | The bank account has been successfully verified. |
funding-source.deleted | The bank account has been successfully removed. |
funding-source.made-primary | The bank account is designated as the primary account for payments. |
funding-source.made-billing | The bank account is set up for fee deductions. |
funding-source.initiated-micro-deposits | The 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"
}