id | string <TUID> The primary key for this escrow transaction.
|
account_id | string <UUID4> The buyer's Tilia Pay Account ID.
|
escrow_invoice_id | string <UUID4> The underlying invoice that put the buyer's proceeds in escrow.
|
commit_invoice_id | string <UUID4> The underlying invoice that executed the escrow transaction and moved proceeds to their final destinations. Only exists after /commit is called
|
cancel_invoice_id | string <UUID4> The underlying invoice that refunded the escrow transaction back to the buyer. Only exists after /cancel is called
|
status | string The status of the escrow transaction. One of OPEN , ESCROWED , ESCROW-FAILED , COMMITTED , COMMIT-FAILED , CANCELLED , CANCEL-FAILED ,SYSTEM-CANCELLED ,SYSTEM-CANCEL-REQUESTED , or SYSTEM-CANCEL-FAILED .
|
integrator | string The name of the partner that this escrow transaction is associated with.
|
created | string Timestamp when this escrow transaction was created. The format is RFC 3339 (2006-01-02T15:04:05Z07:00).
|
updated | string Timestamp when this escrow transaction was most recently updated. The format is RFC 3339 (2006-01-02T15:04:05Z07:00).
|