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

Get Started

  • Get Started
  • Branch Environments
  • API Versioning
  • V2 API Migration guide
  • Rate Limits
  • Manage Secret Keys
  • About This Documentation

Onboard Workers

  • Onboarding Introduction
  • Worker and Employee Compatibility
  • Employee Create
  • Wallet Create
    • Essential Account Wallet Creation
  • Wallet Closure

Pay Workers

  • Disbursement Create
  • Testing Disbursements to Branch Direct

Earned Wage Access

  • View Employee Advances
  • EWA Remittance

Custom Branch Direct

  • Onboarding New Workers
  • Application Security
  • Add a Debit Card
  • Update a Debit Card
  • Display Last 4 Card PAN
  • Display Payment Profile
  • Change Payment Profile
  • Display Disbursement History

Webhooks

  • Webhook Implementation
  • 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
  • Webhook Retries

Data Files

  • 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