Returns the payment breakdown for a specific escrow — what the user sees when they tap into an escrow from the dashboard. Mirrors Upwork’s per-contract payment view.
Payer view:
payer_locked — funds currently held in escrow (released or refunded when escrow settles)Payee view:
pending_release — funds received but blocked from withdrawal until the payee upgrades
their KYC tier (CBN single-credit limit). Money has arrived; KYC upgrade unlocks it.released — funds fully available in the payee’s walletBoth parties see:
released — how much has been paid out from this escrowrefunded — how much was returned to the payerCall GET /wallet-get to refresh the dashboard balance after any state change.
JWT access token obtained from /auth-verify (login context) or /auth-signup. Set the bearer_token environment variable in your API client to apply it globally.