Transactions
Get transaction
Retrieve a transaction by its ID with the Java SDK.
GET
Get transaction
Use
blnk.transactions().get for this operation.
The Java SDK does not expose a list method for transactions. Use Search or get by reference instead.
1
Call the method
2
Use the transaction details
Read
response.data() for status, amounts, source, destination, and metadata. Use the transaction ID for refunds, inflight updates, or lineage queries.3
Response
200 OK
Related docs
How transactions work
Money movement, statuses, and the transaction lifecycle.
View transaction details
HTTP request and response schema.