Hesap Listesi

Bu API müşterinin yetkili olduğu hesapları listelemektedir.

API Bilgileri

URL

/accountList

Metot

POST

Versiyon

1.0

Scope

account

Yetkilendirme Yöntemi

Authorization Code
B2B Credentials


Girdi Bilgileri

Bu servis herhangi bir girdi almamaktadır.


Çıktı Bilgileri

List< Accounts >

Alan Adı Format Açıklama

CurrencyCode

String Döviz kodu

LastTransactionDate

yyyy-MM-ddTHH24:mm:ss Son işlem tarihi

AccountStatus

String Hesap durumu
A: Açık, K: Kapalı

IBAN

String Uluslararası banka hesap numarası

Balance

Decimal Hesap bakiyesi

AccountNumber

String Hesap numarası

RemainingBalance

Decimal Kullanılabilir bakiye

AccountType

Integer Hesap tipi
1: Vadeli Türk Parası Mevduat Hesabı,
2: Vadesiz Türk Parası Mevduat Hesabı,
3: Vadeli Yabancı Para Mevduat Hesabı,
4: Vadesiz Yabancı Para Mevduat Hesabı

Örnek

İstek:

{
	
}

Cevap:

{
    "Header": {
        "StatusCode": "APIGW000000",
        "StatusDescription": "Completed",
        "ObjectID": "9c37e322-4fd7-4bb6-8f1f-aceccdcb4ce5"
    },
    "Data": {
        "Accounts": [
            {
                "CurrencyCode": "TL",
                "LastTransactionDate": "2021-02-03T16:12:30",
                "AccountStatus": "A",
                "IBAN": "TR000000000158000000000001",
                "RemainingBalance": "",
                "Balance": "800503.35",
                "AccountType": "2",
                "AccountNumber": "00158000000000001"
            },
            {
                "CurrencyCode": "TL",
                "LastTransactionDate": "2021-01-29T12:14:23",
                "AccountStatus": "A",
                "IBAN": "TR000000000158000000000002",
                "RemainingBalance": "98990.46",
                "Balance": "98990.46",
                "AccountType": "2",
                "AccountNumber": "00158000000000002"
            },
            {
                "CurrencyCode": "TL",
                "LastTransactionDate": "2021-01-27T17:12:49",
                "AccountStatus": "A",
                "IBAN": "TR000000000158000000000003",
                "RemainingBalance": "-772.8",
                "Balance": "349.2",
                "AccountType": "2",
                "AccountNumber": "00158000000000003"
            }
        ]
    }
}