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

  • Employee Create
  • Wallet Create
    • Know Your Customer
    • Essential Account Wallet Creation
  • Wallet Closure
  • Embedded API
    • 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

  • Create a Disbursement
    • Disbursement Invoices
    • Testing Disbursements to Branch Direct
  • 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

Display Disbursement History

Overview

Workers might want to see the history of disbursements to confirm or track the payments that they are receiving.

Implementation

  1. Worker selects View Payout History in the wallet of your company's app
  2. Call Search Worker Disbursements
  3. Display the results in a list
    1. For each Disbursement, display a summary row, and an expandable hidden detail row
    2. Use pagination to navigate large data sets

Updated about 2 months ago


  • Table of Contents
    • Overview
    • Implementation