Skip to main content
Payout orders (ordenes de pago) are outgoing payments from TMT to clients or collaborators after an event. Unlike regular orders — which represent incoming revenue from ticket buyers — payout orders represent disbursements from TMT to the parties that organized or staffed an event.

Routes

RouteDescription
/ordenes-pagoPayout order list (Split, Pending, Completed tabs)
/ordenes-pago-detalleIndividual payout order detail and validation

Payout order vs regular order

AspectRegular orderPayout order
DirectionCustomer → TMTTMT → Client/Collaborator
Created byCustomer checkoutSystem after event settlement
ContainsTickets + transactionsPayment reference + bank account
Final statusActivo / InactivoPendiente / Completado

Payout order list

The list page at /ordenes-pago has three tabs:
Shows the revenue split detail for events — how the total ticket revenue is divided between TMT and the client according to the contract terms.

Payout order detail

Navigate to /ordenes-pago-detalle?id={payout_order_id} to open a specific payout order. The detail view shows: Order details section:
  • Event name
  • Payout type
  • Creation date
  • Payment method
  • Amount (USD)
  • Description
Account information section:
  • Custody account — the custodian bank account that holds the funds
  • Entity — the client or collaborator receiving the payment
Status sidebar:
  • Current payout status (Pendiente or Completado)

Payout validation process

1

Open the payout order

Navigate to /ordenes-pago-detalle?id={payout_order_id}. If the payout is pending, a Validar Orden de Pago button appears at the top of the page.
2

Click Validar Orden de Pago

A dialog opens where you can enter the payment details:
  • Upload a payment receipt image or document
  • Enter the payment reference number
  • Enter the confirmed payment amount
  • Select the payment date
3

Submit the validation

Confirm the dialog. TMT uploads the receipt to Firebase Storage, saves the payment reference to the orders_payout Firestore document, and marks the order as completed.
4

Review the completed order

The Validar Orden de Pago button changes to Ver Comprobante de Pago, which reopens the dialog in read-only mode to display the payment reference and uploaded receipt.
Only users with appropriate permissions can validate payout orders. Once validated, the payout status changes from Pendiente to Completado and the order moves from the pending tab to the completed tab.
Payout validation cannot be undone. Confirm all payment details — reference number, amount, and date — before submitting.

Build docs developers (and LLMs) love