Skip to main content
GET
Retrieve A Bank Transaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transaction_id
string
required

Response

Successful response

account_id
string
required

The id of the bank_account associated with the transaction.

Maximum string length: 32
amount
integer
required

The gross amount (less any fees) in the currency's smallest unit, e.g. $10 USD would be represented as 1000. amount must be >= 0

object
string
required
posted
boolean
required

Whether the transaction was posted. If false, the transaction hasn't been settled yet.

reference_number
string
required

The transaction reference number.

timestamp
string<date-time>
required

If posted, the time the transaction posted. Otherwise the time the transaction was initiated/authorized.

type
enum<string>
required

A withdrawal indicates funds flowing out of your account (negative amount). A deposit indicates funds flowing into your account (positive amount).

Available options:
deposit,
withdrawal
Maximum string length: 10
id
string
Maximum string length: 32
account_mask
any
authorized_at
string<date-time> | null

The datetime this transaction was initiated/authorized.

check_number
string | null

The check number of the transaction. This field is only populated for check transactions.

counterparty_email
string | null

The email of the counterparty associated with this transaction.

counterparty_logo
string | null

The logo of the counterparty associated with this transaction.

counterparty_name
string | null

The name of the counterparty associated with this transaction.

created_at
string<date-time>
currency
enum<string> | null

The ISO-4217 currency code of the transaction.

Available options:
ADP,
AED,
AFA,
AFN,
ALK,
ALL,
AMD,
ANG,
AOA,
AOK,
AON,
AOR,
ARA,
ARL,
ARM,
ARP,
ARS,
ATS,
AUD,
AWG,
AZM,
AZN,
BAD,
BAM,
BAN,
BBD,
BDT,
BEC,
BEF,
BEL,
BGL,
BGM,
BGN,
BGO,
BHD,
BIF,
BMD,
BND,
BOB,
BOL,
BOP,
BOV,
BRB,
BRC,
BRE,
BRL,
BRN,
BRR,
BRZ,
BSD,
BTN,
BUK,
BWP,
BYB,
BYN,
BYR,
BZD,
CAD,
CDF,
CHE,
CHF,
CHW,
CLE,
CLF,
CLP,
CNH,
CNX,
CNY,
COP,
COU,
CRC,
CSD,
CSK,
CUC,
CUP,
CVE,
CYP,
CZK,
DDM,
DEM,
DJF,
DKK,
DOP,
DZD,
ECS,
ECV,
EEK,
EGP,
ERN,
ESA,
ESB,
ESP,
ETB,
EUR,
FIM,
FJD,
FKP,
FRF,
GBP,
GEK,
GEL,
GHC,
GHS,
GIP,
GMD,
GNF,
GNS,
GQE,
GRD,
GTQ,
GWE,
GWP,
GYD,
HKD,
HNL,
HRD,
HRK,
HTG,
HUF,
IDR,
IEP,
ILP,
ILR,
ILS,
INR,
IQD,
IRR,
ISJ,
ISK,
ITL,
JMD,
JOD,
JPY,
KES,
KGS,
KHR,
KMF,
KPW,
KRH,
KRO,
KRW,
KWD,
KYD,
KZT,
LAK,
LBP,
LKR,
LRD,
LSL,
LTL,
LTT,
LUC,
LUF,
LUL,
LVL,
LVR,
LYD,
MAD,
MAF,
MCF,
MDC,
MDL,
MGA,
MGF,
MKD,
MKN,
MLF,
MMK,
MNT,
MOP,
MRO,
MRU,
MTL,
MTP,
MUR,
MVP,
MVR,
MWK,
MXN,
MXP,
MXV,
MYR,
MZE,
MZM,
MZN,
NAD,
NGN,
NIC,
NIO,
NLG,
NOK,
NPR,
NZD,
OMR,
PAB,
PEI,
PEN,
PES,
PGK,
PHP,
PKR,
PLN,
PLZ,
PTE,
PYG,
QAR,
RHD,
ROL,
RON,
RSD,
RUB,
RUR,
RWF,
SAR,
SBD,
SCR,
SDD,
SDG,
SDP,
SEK,
SGD,
SHP,
SIT,
SKK,
SLE,
SLL,
SOS,
SRD,
SRG,
SSP,
STD,
STN,
SUR,
SVC,
SYP,
SZL,
THB,
TJR,
TJS,
TMM,
TMT,
TND,
TOP,
TPE,
TRL,
TRY,
TTD,
TWD,
TZS,
UAH,
UAK,
UGS,
UGX,
USD,
USN,
USS,
UYI,
UYP,
UYU,
UYW,
UZS,
VEB,
VED,
VEF,
VES,
VND,
VNN,
VUV,
WST,
XAF,
XAG,
XAU,
XBA,
XBB,
XBC,
XBD,
XCD,
XCG,
XDR,
XEU,
XFO,
XFU,
XOF,
XPD,
XPF,
XPT,
XRE,
XSU,
XTS,
XUA,
XXX,
YDD,
YER,
YUD,
YUM,
YUN,
YUR,
ZAL,
ZAR,
ZMK,
ZMW,
ZRN,
ZRZ,
ZWD,
ZWL,
ZWR,
null
Maximum string length: 3
currency_rate
integer | null

The currency exchange rate at the time of the transaction.

custom_fields
any
description
string | null

The transaction's detail that often appears on your statement and portal. It can contain remittance information or descriptions about the payment.

description_details
any | null

The transaction's detail that often appears on your statement and portal. It can contain remittance information or descriptions about the payment.

invoice_numbers
string[]

A list of invoice numbers associated with this transaction.

is_draft
boolean

Whether this transaction is a draft that was created from a bank statement upload that is pending approval.

last_synced_at
string<date-time> | null
modified_at
string<date-time> | null
partner
object
partner_id
string | null

The id of the partner associated with the transaction.

Maximum string length: 32
payment_method
enum<string> | null

The method of the transaction.

Available options:
ach,
alipay,
au_becs,
bacs,
card,
cash,
check,
ideal,
interac,
eft,
eps,
giropay,
klarna,
sepa,
wechat,
wire,
other,
null
Maximum string length: 7
remote_created_at
string<date-time> | null

When the third party's entry was created.

remote_id
string | null

The external ID of the bank transaction. Only exists if the transaction belongs to an account that is related to a bank feed connection.

remote_metadata
unknown
remote_modified_at
string<date-time> | null

When the third party's entry was updated.

statement_id
string | null
Maximum string length: 32
sync_status
enum<string> | null

The sync status for the bank transaction.

Available options:
partial,
syncing,
synced,
failed,
null
Maximum string length: 7
transaction_code
string | null