Hesap Hareketleri

Bu API hesap numarası ve belirtilen tarihe  göre hesap hareket bilgilerini getirir.

API Bilgileri

URL

/GetAccountActivities

Metot

POST

Versiyon

1.0

Scope

Account Services

Yetkilendirme Yöntemi

Authorization Code


Girdi Bilgileri

Alan Adı Format Açıklama Zorunlu/Opsiyonel

startDate

Date Başlangıç Tarihi Zorunlu

endDate

Date Bitiş Tarihi Zorunlu

customerNo

Number Müşteri Numarası Zorunlu

accountBranchId

Number Hesap Şube Kodu Zorunlu

accountSuffix

Number Hesap Ek Numarası Zorunlu


Çıktı Bilgileri

Alan Adı Format Açıklama

amount

Number Tutar

branchCode

Number Şube Kodu

channel

String İşlem Kanalı

currencyCode

String Döviz Cinsi

date

Date Tarih

debtOrCredit

String Borç/Alacak Bilgisi

explanation

String Açıklama

remainingBalance

Number Kalan Bakiye

transactionCode

String İşlem Kodu

 

Örnek

İstek:


		

		
{

"startDate":"2020-07-27",
 
"endDate":"2020-08-28",
 
"customerNo":159534,
 
"accountBranchId":1,
 
"accountSuffix":1
}

Cevap:


		

		
{

"activityList": [ 
 
    {
       "amount": -100,
 
       "branchCode": 9300,
 
       "channel": "MOBILEAPP",
 
       "currencyCode": "TRY",
 
       "date": "2020-08-27T15:02:42",
 
       "debtOrCredit": "D",
 
       "explanation": " 10202-2 hesaba virman.",
 
       "remainingBalance": 10002132989.63,
 
       "transactionCode": "HesaplarArasıHavale" 
 
    },
     
    {
       "amount": -1,
 
       "branchCode": 9300,
 
       "channel": "INTERNET",
 
       "currencyCode": "TRY",
 
       "date": "2020-08-27T14:34:53",
 
       "debtOrCredit": "D",
 
       "explanation": "ADK EFT Komisyonu",
 
       "remainingBalance": 10002133089.63,
 
       "transactionCode": "IBANEFT" 
 
    },
     
    {
       "amount": -100,
 
       "branchCode": 9300,
 
       "channel": "INTERNET",
 
       "currencyCode": "TRY",
 
       "date": "2020-08-27T14:34:53",
 
       "debtOrCredit": "D",
 
       "explanation": "SN:7 KartNo:4506********1349 Ziraat Test Açk: Ziraat Test'a ait 4506********1349 NO 100.00 TRY Gönd.",
 
       "remainingBalance": 10002133090.63,
 
       "transactionCode": "KartaEFT" 
 
    },
     
    {
       "amount": -250,
 
       "branchCode": 9300,
 
       "channel": "MOBILEAPP",
 
       "currencyCode": "TRY",
 
       "date": "2020-08-27T13:09:44",
 
       "debtOrCredit": "D",
 
       "explanation": "Katılma Hesabı AçılışıH",
 
       "remainingBalance": 10002133190.63,
 
       "transactionCode": "KHAçılış" 
 
    },
     
    {
       "amount": -2,
 
       "branchCode": 9300,
 
       "channel": "MOBILEAPP",
 
       "currencyCode": "TRY",
 
       "date": "2020-08-27T13:05:31",
 
       "debtOrCredit": "D",
 
       "explanation": "Havale",
 
       "remainingBalance": 10002133440.63,
 
       "transactionCode": "HesabaHavale" 
 
    } 
 
  ] 
 

}