Skip to main content

Retrieve bank account tracking record

You can use this service to query a transaction in your bank account transactions.

URL

The endpoint and http method information used to query a transaction in your bank account tracking record is given below.

GET/bank-account-tracking/v1/merchant-bank-account-trackings/records/{id}

Request Parameters

The parameters expected to be sent in requests to query a transaction in your bank account are the following table and subheadings listed under The relevant information is expected to be transmitted as a request parameter.

id
number
required

ID value of the bank account transaction to be queried

Response Parameters

Parameters returned as a result of search bank account tracking records are also subject to the rules specified in the Response Formats section of the API documentation home page. In the absence of a systematic or fictional error, the sub-parameters of the object returned in the data parameter are as follows:

id
number

ID

senderName
string

Sender name

senderIban
string

Sender IBAN

description
string

Description

amount
number

Amount

currency
Currency

See: Currencies Payout Account Currency

Values:
TRY
USD
EUR
GBP
CNY
ARS
BRL
AED
IQD
AZN
KZT
KWD
SAR
BHD
RUB
JPY
EGP
bankAccountTrackingSource
BankAccountTrackingSource

Tracking Source

Values:
YKB
recordType
RecordType

Record Type

Values:
SEND
RECEIVE
recordDate
recordDate

Record Date

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Loading..