Transactions
Get transaction by reference
Retrieve a transaction by its reference with the Java SDK.
GET
Get transaction by reference
Use
blnk.transactions().getByReference for this operation.
1
Call the method
2
Use the transaction details
Use the returned transaction ID when you need to refund, update inflight status, or inspect lineage.
3
Response
200 OK
Related docs
How transactions work
Money movement, statuses, and the transaction lifecycle.
Get transaction by reference
HTTP request and response schema.