Skip to main content

Search Bank Account Trackings

The endpoint and http method information to search bank account tracking records are stated below.

URL

The endpoint and http method information to search bank account tracking records are stated below.

GET/bank-account-tracking/v1/merchant-bank-account-trackings/records

Request Parameters

The parameters expected to be sent in requests to search bank account tracking records are listed under the table and subheadings below.

currency
Currency
required

See: Currencies Payout Account Currency

Values:
TRY
USD
EUR
GBP
CNY
ARS
BRL
AED
IQD
AZN
KZT
senderName
string

Sender name

senderIban
string

Sender IBAN

description
string

Description of records

minRecordDate
date

Min date

maxRecordDate
date

Max date

page
number

Page number

size
number

Record size in one page

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
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..