Single API Call Payouts - High Value Payouts
Release Details
Release Date: September 11, 2026
Release Type
Informational – optional action from platforms
Summary
zerohash now supports high-value USDC payouts through the Single API Call Payouts endpoints. Because high-value USDC payouts are processed through the stablecoin issuer and may take additional time rather than completing instantly, a new intermediate sub_status, payment.processingindicates a payout has been initiated and is processing; the existing payment.posted and subsequent payment.settled sub-statuses indicate when a payout has fully settled.
Optional action: Enablement is configured per platform. Reach out to your zerohash relationship manager to turn on high-value USDC transactions for Single API Call Payouts. Platforms may choose to read the new payment.processing webhook sub_status and update their own frontends accordingly, signaling to their customers that the payout has been initiated and is processing.
The exact threshold values that differentiate high-value vs. standard payout size can vary.
Endpoints Impacted
- GET /payouts
- Response may now return
sub_status: payment.processingwithstatus: pending. No changes to the request format.
- Response may now return
- Single API Call Payouts webhooks
- This webhook may now emit an event with
sub_status: payment.processingandstatus: pending
- This webhook may now emit an event with