POST /api/v1/Transfer/EasyAdressDefinitionAdd
This service is used to add registered transactions.
| Parameters | Required | Type | Description |
|---|---|---|---|
| transferType | Yes | String | Transfer Type |
| receiverAccountNo | Yes | String | Recipient Account Number |
| accountId | Yes | String | Account Id Value |
| title | Yes | String | Title |
| Parameters | Type | Description |
|---|---|---|
| resultObject | Object | |
| isSuccess | Boolean | Success Information |
| message | Boolean | Message |
| resultInfo | Object | |
| isSuccess | boolean | Success status |
| code | String | Code |
| description | String | Description |
| message | String | Message |
| innerInfo | String | Inner Information |
| mapCodeForLastUser | String | - |
| statistics | String | - |
GET /api/v1/Transfer/EasyAddressDefinitionList
Bu servis kayıtlı işlemleri listeler.
| Parameters | Required | Type | Description |
|---|---|---|---|
| TransferType | Evet | String | Transfer Tipi |
| AccountId | Evet | String | Hesap Id değeri |
| Parameters | Type | Description |
|---|---|---|
| resultObject | Object | |
| receiverAccountNo | String | Alıcı Hesap Numarası |
| title | String | Başlık |
| id | Integer | Id Değeri |
| resultInfo | Object | |
| isSuccess | boolean | Success status |
| code | String | Code |
| description | String | Description |
| message | String | Message |
| innerInfo | String | Inner Information |
| mapCodeForLastUser | String | - |
| statistics | String | - |
DELETE /api/v1/Transfer/EasyAddressDefinitionDelete
Bu servis kayıtlı işlem silmek için kullanılır.
| Parameters | Required | Type | Description |
|---|---|---|---|
| accountId | Evet | String | Hesap Numarası |
| id | Evet | Integer | Id Değeri |
| Parameters | Type | Description |
|---|---|---|
| resultObject | Object | |
| isSuccess | Boolean | Durum Bilgisi |
| message | String | Mesaj |
| resultInfo | Object | |
| isSuccess | boolean | Success status |
| code | String | Code |
| description | String | Description |
| message | String | Message |
| innerInfo | String | Inner Information |
| mapCodeForLastUser | String | - |
| statistics | String | - |
POST /api/v1/Transfer/CommissionCalculate
Bu servis ilgili transfer tipine ait komisyon tutarı bilgisini hesaplamak için kullanılır.
| Parameters | Required | Type | Description |
|---|---|---|---|
| accountId | Evet | String | Hesap ID değeri |
| amount | Evet | String | Tutar |
| transferType | Evet | String | Trensfer Tipi |
| Parameters | Type | Description |
|---|---|---|
| resultObject | Object | |
| totalAmount | String | Toplam Tutar |
| commissionAmount | String | Komisyon Tutarı |
| amount | String | Tutar |
| resultInfo | Object | |
| isSuccess | boolean | Success status |
| code | String | Code |
| description | String | Description |
| message | String | Message |
| innerInfo | String | Inner Information |
| mapCodeForLastUser | String | - |
| statistics | String | - |
POST /api/v1/Transfer/Start
Bu servis ilgili transfer tipine göre transfer işlemini başlatır.
| Parameters | Required | Type | Description |
|---|---|---|---|
| senderAccountId | Evet | String | Gönderilecek Hesap Id Değeri |
| transferType | Evet | String | Trensfer Tipi |
| amount | Evet | String | Tutar |
| receiverAccountNo | Evet | String | Alıcı Hesap Numarası |
| receiverName | Evet | String | Alıcı İsim |
| currency | Evet | String | Para Birimi |
| description | Evet | String | Açıklama |
| fastTransferLocation | Evet | String | Transfer Lokasyonu |
| fastTransferType | Evet | String | Hızlı Transfer Tipi |
| kolasQueryRefNo | Evet | String | Sorgu Referans Numarası |
| kolasAddres | Evet | String | Kolas adres |
| Parameters | Type | Description |
|---|---|---|
| resultObject | Object | |
| isSuccess | Boolean | Durum Bilgisi |
| message | String | Durum Bilgisi Açıklaması |
| receiptId | Boolean | Dekont ID değeri |
| resultInfo | Object | |
| isSuccess | boolean | Success status |
| code | String | Code |
| description | String | Description |
| message | String | Message |
| innerInfo | String | Inner Information |
| mapCodeForLastUser | String | - |
| statistics | String | - |