🏦Hesaplar

Eklenmiş Banka Hesaplarını Listeleme

Hesaplar

POST https://test.ifintech.com.tr/api/ob/account/list

Query Parameters

Name
Type
Description

euii*

String

hhsCode*

String

perPage*

String

page*

String

sort*

String

Headers

Name
Type
Description

apiKey*

String

Api Key

{
    "message": "Kullanıcı hesapları getirildi",
    "accounts": [
        {
            "id": 1,
            "user_id": 2,
            "end_user_internal_id": "4ed8c37f-xxxx-xxxx-xxxx-xxxxxxxxxx",
            "hooked": 0,
            "service_type": "bireysel",
            "hhs_code": "2082",
            "hhs_title": "Garanti BBVA",
            "consent_no": "xx85b1xxxxxb4ddxx5f37xxxxxxxb4a0",
            "ref": "4ed8c37f-xxxx-xxxx-xxxx-xxxxxxxxxx",
            "currency": "TRY",
            "psu_type": "B",
            "psu_type_desc": "Bireysel",
            "type": "VADESIZ",
            "status": "AKTIF",
            "holder": "Berkay-Kara",
            "branch": "Kadıköy",
            "iban": "TR94020820234190071xxxxxxx",
            "short_name": "Test",
            "product_name": "test",
            "opening_date": "2022-09-01 00:00:00",
            "created_at": "2023-08-11T13:04:18.000000Z",
            "updated_at": "2023-08-11T13:04:18.000000Z"
        }
}

Last updated