Skip to main content
GET
Get book transfer
Returns a single book transfer object.

Path parameters

book_transfer_id
string
required
The unique identifier of the book transfer to retrieve.

Response

id
string
Unique identifier for the book transfer.
created_at
string
ISO 8601 timestamp of when the book transfer was created.
source_account_id
string
The Lemma account money moves from.
destination_account_id
string
The Lemma account money moves to.
amount
integer
The transfer amount in cents.
status
string
Current status of the book transfer.
description
string
Description of the transfer.
source_transaction_id
string | null
The settled transaction on the source account, once the transfer posts.
destination_transaction_id
string | null
The settled transaction on the destination account, once the transfer posts.