For information about the card, the relevant endpoint and https method information are given below.
HTTP Method | URL |
---|---|
POST | /card/cardInfo |
Params | Type | Mandatory | Description |
---|---|---|---|
card_no | string | Yes | Card Number |
corelation_id | string | Yes | Corelation Id |
Params | Type |
---|---|
status | int |
code | string |
message | string |
payload | object |
cardNo | string |
cardToken | string |
cardGuid | int |
mainCardNo | string |
prevCardNo | string |
accountNo | string |
bankAccountNo | string |
customerNo | string |
tenantCustomerNo | string |
panSeqNumber | int |
applicationRefNo | string |
cardBrand | string |
productionName | string |
productionId | string |
logoCode | string |
branchCode | int |
cardLevel | string |
dci | string |
physicalType | string |
statCode | string |
statDescription | string |
statReasonCode | string |
statChangeDate | string |
isBusiness | boolean |
barcodeNo | string |
systemEntryDate | string |
entryChannel | string |
isBscSigned | boolean |
productionSegment | string |
cvv2BlockDate | string |
cvv2BlockTime | string |
pinBlockDate | string |
pinBlockTime | string |
string | |
mobilePhone | string |
cvv2RetryCount | int |
pinRetryCount | int |
embossName | string |
embossName2 | string |
embossCode | string |
embossDate | string |
REQUEST (POST) :
{
"card_no": "434610lbvqig0051",
"corelation_id": 4000001489104986
}
RESPONSE:
{
"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
}
}