Verilen Id değerine göre tenanta tanımlı iban bilgisinin listelendiği ilgili endpoint ve http metod bilgisi aşağıda verilmiştir.
HTTP Method | URL |
---|---|
POST | /v1/TenantBank/GetById |
Parametre | Tip | Zorunlu | Açıklama |
---|---|---|---|
id | int | Evet | Id |
Parametre | Tip | Açıklama |
---|---|---|
status | int | İşlem Statüsü |
code | string | Kod |
message | string | Mesaj |
payload | object | Veri |
results | object | Sonuç |
id | string | Id |
bank_name | string | Banka Adı |
bank_code | string | Banka Kodu |
tenant_id | string | Temsilci Id'si |
bank_id | string | Banka Id'si |
curency_code | string | Para Birimi |
name | string | Adı |
account_holder_name | string | Hesap Sahibinin Adı |
iban | string | IBAN Numarası |
logo_url | string | Banka Logosu URL |
account_no | string | Hesap Numarası |
swift_code | string | Swift Kodu |
branch_code | string | Şube Kodu |
is_active | bool | Hesap Aktif mi ? |
created_date_utc | string | Oluşturulma Tarihi |
updated_date_utc | string | Güncellenme Tarihi |
is_deleted | bool | Hesap Silindi mi ? |
is_available_for_topup | bool | Para Yüklemek İçin Uygun mu ? |
is_available_for_withdraw | bool | Para Çekmek İçin Uygun mu ? |
ext_api_bank_code | string | Banka Kodu API |
tenat_bank_code | string | Tenant Banka Kodu |
İSTEK (POST):
{
"id": 8343343847290039309
}
YANIT:
{
"status": 0,
"code": null,
"message": null,
"payload": {
"id": "8343343847290039309",
"bank_name": null,
"bank_code": null,
"tenant_id": "5",
"bank_id": "24",
"currency_code": "TRY",
"name": "ZİRAAT BANKASI",
"account_holder_name": "Sipay Elektronik Para ve Ödeme Hizmetleri A.Ş.",
"iban": "TR780001000917888886225018",
"logo_url": "https://staticmedia.walletgate.io/bank_logos/-.png",
"account_no": "88888622",
"swift_code": "SWIFT01",
"branch_code": "917",
"is_active": true,
"created_date_utc": "2022-01-26T08:15:22Z",
"updated_date_utc": "2022-01-26T08:15:41.0099387Z",
"is_deleted": false,
"is_available_for_topup": false,
"is_available_for_withdraw": false,
"ext_api_bank_code": null,
"tenant_bank_code": null
}
}