Kart hakkındaki bilgiler için ilgili endpoint ve https metod bilgisi aşağıda verilmiştir.
HTTP Method | URL |
---|---|
POST | /card/cardInfo |
Parametre | Tip | Zorunlu | Açıklama |
---|---|---|---|
card_no | string | Evet | Kart Numarası |
corelation_id | string | Evet | Korelasyon Id |
Parametre | Tip | Açıklama |
---|---|---|
status | int | İşlem Statüsü |
code | string | Kod |
message | string | Mesaj |
payload | obje | Veri |
cardNo | string | Kart Numarası |
cardToken | string | Kartın Belirlenen Formatta Hash’li Hali |
cardGuid | int | BKM Switchinde Kayıtlı Ana Id |
mainCardNo | string | Hesap Sahibinin Asıl Kart Numarası |
prevCardNo | string | Önceki Oluşturduğu Kart Numarası |
accountNo | string | Hesap Numarası |
bankAccountNo | string | Banka Hesap Numarası |
customerNo | string | Müşteri Numarası |
tenantCustomerNo | string | Temsilci Müşteri Numarası |
panSeqNumber | int | |
applicationRefNo | string | |
cardBrand | string | Kart Markası |
productionName | string | Ürün Adı |
productionId | string | Ürün Kodu |
logoCode | string | |
branchCode | int | Sipay'in Kayıtlı Numarası |
cardLevel | string | Kart Seviyesi |
dci | string | |
physicalType | string | Kart Tipi |
statCode | string | Kart Statüsü |
statDescription | string | Kart Statüsünün Açıklaması |
statReasonCode | string | Kart Statüsünün Değiştirilme Sebebi |
statChangeDate | string | Statü Değiştirilme Tarihi |
isBusiness | bool | İşletme Hesabı mı ? (True: Evet, False: Hayır) |
barcodeNo | string | Barkod Numarası |
systemEntryDate | string | Kartın Kayıt Edildiği Tarih |
entryChannel | string | |
isBscSigned | bool | |
productionSegment | string | |
cvv2BlockDate | string | Cvv'nin Blokelendiği Tarih |
cvv2BlockTime | string | Cvv'nin Blokelendiği Saat |
pinBlockDate | string | Pin'in Blokelendiği Tarih |
pinBlockTime | string | Pin'in Blokelendiği Saat |
string | E-posta | |
mobilePhone | string | Cep Telefonu |
cvv2RetryCount | int | Cvv'nin Yanlış Girilme Adedi |
pinRetryCount | int | Pin Yanlış Girilme Adedi |
embossName | string | Kart Sahibinin Ad Soyadı |
embossName2 | string | İşletme İsmi (İşletme Hesabı İse) |
embossCode | string | |
embossDate | string |
İSTEK (POST) :
{
"card_no": "434610lbvqig0051",
"corelation_id": "4000001489104986"
}
YANIT:
{
"status": 0,
"code": "200",
"message": "",
"payload": {
"cardNo": "434610lbvqig0051",
"cardToken": null,
"cardGuid": 1000000010458168,
"mainCardNo": "434610lbvqig0051",
"prevCardNo": null,
"accountNo": "2500947",
"bankAccountNo": null,
"customerNo": "2441172",
"tenantCustomerNo": null,
"panSeqNumber": 1,
"applicationRefNo": null,
"cardBrand": "V",
"productionName": "Virtual",
"productionId": "SANAL",
"logoCode": null,
"branchCode": 999,
"cardLevel": "M",
"dci": "P",
"physicalType": "V",
"statCode": "A",
"statDescription": "Valid Card",
"statReasonCode": "M",
"statChangeDate": "6.10.2022",
"isBusiness": false,
"barcodeNo": null,
"systemEntryDate": "6.10.2022",
"entryChannel": "SYS",
"isBscSigned": true,
"productionSegment": "GNL",
"cvv2BlockDate": null,
"cvv2BlockTime": null,
"pinBlockDate": null,
"pinBlockTime": null,
"email": null,
"mobilePhone": "905375983182",
"cvv2RetryCount": 0,
"pinRetryCount": 0,
"embossName": "STRİNG STRİNG",
"embossName2": "",
"embossCode": "NE",
"embossDate": null
}
}