Transactions
Get transaction by reference
Retrieve a transaction by its reference with the TypeScript SDK.
GET
Get transaction by reference
Use
blnk.Transactions.getByReference to retrieve a transaction by reference.
blnk.Transactions.getByReference
| Field | Description |
|---|---|
reference | Unique reference passed when the transaction was created. |
Response shape
200 OK
| Field | Description |
|---|---|
transaction_id | Unique ID for the transaction. |
reference | Reference you queried. |
status | Current status of the transaction. |
Related docs
How transactions work
Money movement, statuses, and the transaction lifecycle.
Get transaction by reference
HTTP request and response schema.