Transactions
Get transaction
Retrieve a transaction by its ID with the TypeScript SDK.
GET
Get transaction
Use
blnk.Transactions.get to fetch a single transaction by its transaction id.
blnk.Transactions.get
| Field | Description |
|---|---|
transactionId | Transaction ID to retrieve. |
Response shape
200 OK
| Field | Description |
|---|---|
transaction_id | Unique ID for the transaction. |
status | Current status of the transaction. |
source | Source balance. |
destination | Destination balance. |
reference | Reference you supplied at create time. |
meta_data | Metadata stored with the transaction. |
Related docs
How transactions work
Money movement, statuses, and the transaction lifecycle.
View transaction details
HTTP request and response schema.