Jump to Content
Branch Developer Docs
GuidesAPI ReferenceChangelog
Log InBranch Developer Docs
Guides
Log In
GuidesAPI ReferenceChangelog

Get Started

  • Developer Overview
  • Branch Environments
  • API Versioning
  • Rate Limits
  • Manage Secret Keys
  • Application Security

Onboarding Workers

  • Authenticate Workers
  • Payment Method Configurations
  • Employee Create
  • Wallet Create
    • Know Your Customer
    • Essential Account Wallet Creation
  • Wallet Closure
  • Branch Direct Embedded
    • Add a Debit Card
    • Update a Debit Card
    • Display Last 4 Card PAN
    • Display Disbursement History
    • Display Payment Profile
    • Change Payment Profile
  • Worker and Employee Compatibility

Pay Workers

  • Activate Worker Payments
  • Create a Disbursement
    • Disbursement Invoices
    • Testing Disbursements to Branch Direct
  • Send ACH Payments
  • Earned Wage Access
    • View Worker Advances
    • Deduct Worker Advances in Payroll Remittance

Webhooks

  • Webhook Implementation
  • Webhook Retries
  • Webhook Reference
    • Account Verified as Worker
    • Account Review
    • Advance Adjustment
    • Advance Claimed
    • Card Activated
    • Card Deactivated
    • Invoice Created
    • Invoice Overdue
    • Invoice Transfer Initiated
    • KYC Fallback Failed
    • KYC Declined
    • Payment Profile Activated
    • Payment Profile Deactivated
    • Wallet Created
    • Wallet Claimed
    • Wallet Activated
    • Wallet Deactivated
    • Wallet Closed

Reporting

  • Transaction Data Report Files

KYC Fallback Failed

This webhook is triggered when KYC fallback ID upload verification has failed. This means that the worker is not payable through Branch.

Event

KYC_FALLBACK_FAILED

Data

employee_id - String
Unique ID for the worker

Example

"data": {
  "employee_id" : "123"
}                

Effect

Get Employee Wallet.status will be FAILED

Updated about 2 months ago


  • Table of Contents
    • Event
    • Data
    • Example
    • Effect