Partner Webhooks
Application Status Updates: receive real-time status updates on deals progressing through the pipeline.
Event Name | Description |
---|---|
Pending Bank Statement | Bank statement uploaded and awaiting underwriting approval. |
Onboarding | Merchant completing business application via Paynote dashboard. |
Verified | Merchant has been conditionally approved. |
App Sent | Paynote ACH agreement sent to merchant. |
App Received | Merchant has signed the agreement. |
Retry | Pending items to complete onboarding. |
Declined | Merchant application not approved. |
Merchant Status Updates:
Event Name | Description |
---|---|
Onboarded | Merchant activated/set up with a plan. |
Live | Merchant started processing. |
Integrating | Merchant working on API integration. |
Inactive | Merchant hasn't sent/received payments in 7 days. |
Canceled | Merchant account canceled. |
Suspended | Issue with merchant's account/temporarily unable to use the platform. |
Example:
{
"event": "partner.deal.status.updated",
"user": {
"name": "Matilda Navarro",
"email": "MatildaNavarro@test.dev",
"phone": "1122334455",
"deal_status": "App Received",
"created_at": "04\26\2024",
"deal_status_type": "App"
},
"timestamp": "2024-04-26 14:13:24"
}
Updated 4 months ago