Tickets
Lending/borrowing ticket marketplace service
list_tickets tickets
List tickets with filters
create_ticket tickets
Create a new lending or borrowing ticket
list_my_tickets tickets
List tickets the authenticated user is involved in โ as creator, counterparty, or the author of an offer (including pending or rejected offers). Unlike the marketplace list, results are scoped to the user, so a ticket never falls off the dashboard just because newer tickets exist elsewhere on the platform.
list_offers_batch tickets
List offers for multiple tickets the authenticated user is party to, in a single request. Avoids the per-ticket N+1 the negotiations view would otherwise issue. Visibility and competing-offer redaction match the per-ticket GET /v1/tickets/{ticket_id}/offers endpoint.
get_ticket tickets
Get a ticket by ID
cancel_ticket tickets
Cancel a ticket
approve_ticket tickets
Approve a ticket
complete_ticket tickets
Mark a ticket as completed
direct_accept_ticket tickets
Directly accept and match with a ticket without creating an offer first
direct_reject_ticket tickets
Directly reject a ticket that was previously accepted or decline a pending ticket
list_offers tickets
List offers for a ticket
create_offer tickets
Create an offer on a ticket
accept_offer tickets
Accept an offer
reject_offer tickets
Reject an offer
withdraw_offer tickets
Withdraw your own pending offer
share_ticket tickets
Log when a user shares a ticket (for audit trail purposes)
submit_risk_assessment tickets
Submit the borrower's risk-assessment questionnaire for a ticket. Stores the answers, computes and persists the projected debt-to-income ratio, and marks the borrower as having completed a risk assessment.
lender_approve_ticket tickets
Lender's final approval on a lend ticket whose risk review was already
lender_decline_ticket tickets
Lender's decline of a lend ticket after risk review approval. Terminates