List Easy Address
This API list easy addres informations for instant transfer.
API Information
URL |
/listKOLAS |
Method |
POST |
Version |
1.0 |
Scope |
transfer |
Authorization Flow |
Authorization Code |
Input Information
Name | Format | Description | Required/Optional |
Output Information
List< KOLASInfo >
Name | Format | Description |
SystemRefNo |
Integer | System referance number. |
AddressType |
String(1) |
Easy Address Types K: T.R. Identity Number T: Phone Number E: E-Mail V: Tax Identity Number Y: Foreign Identity Number P:Passport Number |
AddressValue |
String | Address value that added by customer and cofirmed by participant. Must be compatible with “Easy Address Type”. |
TradeName |
String | Trade Name which is only shown by commercial customer. |
IBAN |
String | IBAN. |
Description |
String | Description |
AccountType |
String |
Account Type Information B:Retail T:Commercial |
IdentityNo |
Integer | Customer Identity Number. |
AccountOwner |
String | Trade Name which is only shown by commercial customer. |
List< KOLASError >
Name | Format | Description |
ErrorCode |
Integer | Error Code |
Information |
String | Error Description |
Message Codes
Message Code | Description |
Example
Request:
{ }
Response:
{ "Header": { "StatusCode": "APIGW000000", "StatusDescription": "Tamamlandı", "StatusDescriptionEn": "Completed", "ObjectID": "df41ebdb-5ce0-4c99-8d46-2cba55731238" }, "Data": { "KOLASInfo": [ { "TradeName": "", "Description": "test", "IBAN": "TR000000000000000000000000", "AddressValue": 3456815, "AddressType": "P", "AccountType": "B", "SystemRefNo": 513326217236054065, "IdentityNo": 12345678912, "AccountOwner": "KIZILCIM ŞERBET" }, { "TradeName": "", "Description": "test", "IBAN": "TR000000000000000000000000", "AddressValue": 12345678912, "AddressType": "K", "AccountType": "B", "SystemRefNo": 527826687958712322, "IdentityNo": 12345678912, "AccountOwner": "KIZILCIM ŞERBET" } ] } }