Skip to main content
GET
Retrieve a transaction

Authorizations

Authorization
string
header
required

Authorization: Bearer rbk_live_...

Redbark-Version
string
header
required

The API release your integration is built against, e.g. 2026-10-01.wattle. Required on every request.

Path Parameters

id
string
required

The id of the object.

Example:

"txn_fk_…"

Query Parameters

account
string
required

Required. The acct_ id to read.

from
string

YYYY-MM-DD or RFC 3339; inclusive

to
string

YYYY-MM-DD or RFC 3339; inclusive

Response

The transaction

id
string
required
Example:

"txn_fk_8f1c2a3b-..."

object
enum<string>
required
Available options:
transaction
account
string
required
status
string
required
date
string
required

Local date YYYY-MM-DD

datetime
string | null
required
post_date
string | null
required
post_datetime
string | null
required
value_date
string | null
required
value_datetime
string | null
required
description
string
required
amount
object | null
required
direction
string
required
provider_category
string | null
required
category
string | null
required

The user category (cat_) this transaction resolves to

merchant_name
string | null
required
merchant_category_code
string | null
required
livemode
boolean
required