A manual handoff lets your user take control of a payer-channel session after Collate has stopped mutating automation for that interaction. Create a handoff only when the authorization returnsDocumentation Index
Fetch the complete documentation index at: https://docs.trycollate.ai/llms.txt
Use this file to discover all available pages before exploring further.
status = requires_action and
nextAction.type = complete_payer_interaction.
During processing, live-session access is read-only. Interactive grants are
available only from an active manual handoff.
Create a handoff
Read the latest authorization first. Use itsversion in If-Match.
submission.reviewSnapshot and send the accepted snapshot ID:
ManualHandoff:
Create an interactive grant
WhenaccessAvailable = true, create a short-lived grant:
expiresAt, and discard them when the handoff closes. Opening a grant
URL validates the active handoff and redirects to the live payer-channel
session; it is not a durable case URL.
The handoff itself does not have a separate hidden interaction expiry. It stays
active until it is completed, revoked, canceled, the backing channel session is
lost, or Collate expires it under an abandonment policy because access grants
were not refreshed.
Close the handoff
Report what happened in the payer session. UsePOST /complete when the human finished the payer interaction:
POST /unable-to-complete when the human could not finish:
POST /revoke to close an active handoff and invalidate its grants when
the user should no longer control the session.
After a close, read the authorization again. Collate returns the case to
processing while it reconciles payer evidence.
Safety rules
- Do not create a manual handoff during
processing. - Do not use
/live-session/access-grantsfor interactive control. - Do not submit a review-backed handoff until your user has reviewed
submission.reviewSnapshotand accepted its currentid. - Do not treat a handoff result as payer truth. The authorization remains the resource you poll for receipt, decision, and terminal outcome.