Get Open Card Info

URL

The relevant endpoint and https method information, where the open information of the card is displayed, are provided.

HTTP Method URL
POST /card/GetOpenCardInfo

Request Params

Params Type Mandatory Description
card_no string Yes Card Number
corelation_id string No Corelation Id

Response Params

Params Type
status int
code string
message string
payload object
cardNo string
cvv2 string
expiryDate int
cardOwner string

REQUEST (POST) :

{
  "card_no": "434610tajeba9358",
  "corelation_id": " "
}

RESPONSE:

{
  "status": 0,
  "code": 200,
  "message": null,
  "payload": {
    "cardNo": "4346100009529358",
    "cvv2": "263",
    "expiryDate": 202806,
    "cardOwner": "BARIŞ TOPER"
  }
}