Gerçek Ortam
Ayrıca iletilecektir.
Test Ortam
https://testemapi.param.com.tr/index.html
Test Parametresi | Değer |
---|---|
clientCode | 10738 |
username | test |
password | test |
POST /api/v1/Account/Create
İletilen bilgilere istinaden kişiye ait bir hesap oluşturur.
Parametre | Zorunlu | Tip | Açıklama |
---|---|---|---|
identityNo | Hayır | String | Opsionel |
name | Evet | String | Kullanıcının Adı |
surname | Evet | String | Kullanıcının Soyadı |
mobilePhone | Evet | String | Kullanıcının telefonu |
birthDate | Hayır | String | Kullanıcının doğum tarihi |
Parametre | Tip | Açıklama |
---|---|---|
resultObject | Object | |
accountId | String | Hesap bilgisi |
accountNo | String | Hesap Numarası |
resultInfo | Object | |
isSuccess | boolean | Başarı durumu |
code | String | Code |
description | String | Açıklama |
message | String | Mesaj |
innerInfo | String | İç Bilgi |
mapCodeForLastUser | String | - |
statistics | String | - |
GET /api/v1/Account/Info?accountId={accountId}
Örnek bir accountId değeri "70f606ce-79a4-4397-9ef4-a1ab6969b516" bu şekilde olmalıdır. Lütfen parametre olarak veya URL'den "accountId=70f606ce-79a4-4397-9ef4-a1ab6969b516" gösterildiği şekilde çağrıyı yapın.
Bu servis gelen account ID değeri için ad, soyad, GSM, TCKN, Kartno gibi verileri döner.
Parametre | Tip | Açıklama |
---|---|---|
resultObject | Object | |
accountId | String | Hesap bilgisi |
accountNo | String | Hesap Numarası |
name | String | İsim |
surname | String | Soyisim |
mobilePhone | String | GSM numarası |
identityNo | String | TCKN Bilgisi |
resultInfo | Object | |
isSuccess | boolean | Başarı durumu |
code | String | Code |
description | String | Açıklama |
message | String | Mesaj |
innerInfo | String | İç Bilgi |
mapCodeForLastUser | String | - |
statistics | String | - |
POST /api/v1/Account/CreateWithCard
Kullanıcı bilgileri ile hesap ve hesaba bağlı kart oluşturup, hesap açılışı ile ilgili olan tüm dokümanları kaydeden servistir. Hesap oluşturmadan önce mernis sorgusu çalıştırır ve kullanıcının doğruluğunu teyit eder. Mernis sorgusundan geçemeyen kullanıcılar için hesap oluşturmaz.
Parametre | Zorunlu | Tip | Açıklama |
---|---|---|---|
identityNo | * | String | TCKN Bilgisi |
name | * | String | İsim |
surname | * | String | Soyisim |
mobilePhone | * | String | Telefon numarası |
birthDate | * | String | Doğum Tarihi |
* | String | Mail adresi | |
cardType | * | Integer | Kart Tipi |
cardSubType | * | Integer | Alt Kart Tipi |
documents | * | Object | |
id | * | Integer | İd değeri |
isAccepted | * | Boolean | Kabul edilme sonucu |
address | * | String | Adres |
cityCode | * | Integer | Şehir Kodu |
townCode | * | Integer | TODO |
Parametre | Tip | Açıklama |
---|---|---|
resultObject | Object | |
accountId | String | Hesap bilgisi |
accountNo | String | Hesap Numarası |
cardId | String | Kartın Id değeri |
cardNo | String | Kart numarası |
expireDate | String | Bitiş süresi |
cvv | String | CVV Bilgisi |
status | Integer | Durum bilgisi |
statusDescription | String | Durum açıklaması |
documents | Object | |
id | Integer | Id değeri |
acceptedDate | String | Kabul tarihi |
status | String | Durum |
statusCode | Integer | Durum kodu |
resultInfo | Object | |
isSuccess | boolean | Başarı durumu |
code | String | Code |
description | String | Açıklama |
message | String | Mesaj |
innerInfo | String | İç Bilgi |
mapCodeForLastUser | String | - |
statistics | String | - |
POST /api/v1/Account/CheckWithGSM
Bu servis gelen telefon bilgisine ait hesap sayısını ve hesap bilgilerini döner.
Parametre | Zorunlu | Tip | Açıklama |
---|---|---|---|
mobilePhone | * | String | Telefon numarası |
Parametre | Tip | Açıklama |
---|---|---|
resultObject | Object | |
accountCount | String | Hesap sayısı |
accounts | Object | |
accountId | String | Hesap ID değeri |
accountNo | String | Hesap Numarası |
cards | Array | Hesaba tanımlı kartlar |
resultInfo | Object | |
isSuccess | boolean | Başarı durumu |
code | String | Code |
description | String | Açıklama |
message | String | Mesaj |
innerInfo | String | İç Bilgi |
mapCodeForLastUser | String | - |
statistics | String | - |