Transactions
Get transaction
Retrieve a transaction by its ID with the Go SDK.
GET
Get transaction
Use
client.Transaction.Get to fetch a single transaction by its transaction ID.
The Go SDK does not expose a list method for transactions. Use get by reference or the Core Search API instead.
1
Call the method
client.Transaction.Get
2
Response