Kartın açık bilgilerini sorgulamak için ilgili endpoint ve https metod bilgisi aşağıda verilmiştir.
HTTP Method | URL |
---|---|
POST | /card/getCardCvv2AndExpireDate |
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 |
tenant_customer_no | string | Temsilci Müşteri Numarası |
customer_no | string | Müşteri Numarası |
card_no | string | Kart Numarası |
cvv2 | string | CVV Numarası |
expiry_date | int | Son Kullanma Tarihi |
İSTEK (POST) :
{
"card_no": "434610lbvqig0051",
"corelation_id": "4000001489104986"
}
YANIT:
{
"status": 0,
"code": "200",
"message": "Ok",
"payload": {
"tenant_customer_no": "63924705208",
"customer_no": "2441172",
"card_no": "4346100003240051",
"cvv2": "750",
"expiry_date": 202710
}
"corelation_id": "4000001489104986"
}