Action Parameter |
eoGetTransferInfo |
Purpose |
Returns the system identifiers for the transactions and documents held in the escrow account during a transfer of ownership. |
Description |
The information retuned from eoGetTransferInfo can be used to display to the 'buyer' the details of the escrow transactions and documents contained in the transfer request. Use the SIDS returned from eoGetTransferInfo to call eoGetTransactionProperties, eoGetDocumentProfileProperties, or eoGetCopy. |
Type |
Granular |
Preconditions |
A transfer of ownership has been initiated by the 'seller' (eoSellerInitiateTransfer) and 'seller' has provided calling user with batchId for the transfer request. Calling user has a valid user session established with eCore. Either 'buyer' or 'seller' may be calling user. eoGetTransferInfo may be called up until the point at which the transfer request has either been confirmed (eoSellerConfirmTransfer) or cancelled (eoSellerCancelTransfer or eoBuyerRejectTransfer). |