Partner Webhooks

Application Status Updates: receive real-time status updates on deals progressing through the pipeline.

Event NameDescription
Pending Bank StatementBank statement uploaded and awaiting underwriting approval.
OnboardingMerchant completing business application via Paynote dashboard.
VerifiedMerchant has been conditionally approved.
App SentPaynote ACH agreement sent to merchant.
App ReceivedMerchant has signed the agreement.
RetryPending items to complete onboarding.
DeclinedMerchant application not approved.

Merchant Status Updates:

Event NameDescription
OnboardedMerchant activated/set up with a plan.
LiveMerchant started processing.
IntegratingMerchant working on API integration.
InactiveMerchant hasn't sent/received payments in 7 days.
CanceledMerchant account canceled.
SuspendedIssue 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"
}