Get Card Last Courier Activity

URL

The relevant endpoint and https method information for the courier status information of the physical card are given below.

HTTP Method URL
POST /prepaidCard/getCardLastCourierActivity

Request Params

Params Type Mandatory Description
card_no string Yes Card Number

Response Params

Params Type
status int
code string
message string
payload object
courierStatusCode string
courierStatusDescription string
courierStatChangeDate string

REQUEST (POST) :

{
  "card_no": "434610lbvqig0051"
}

RESPONSE:

{
  "status": 0,
  "code": "200",
  "message": "",
  "payload": {
    "courierStatusCode": "999",
    "courierStatusDescription": "Kartınız için basım talebi alınmıştır",
    "courierStatChangeDate": null
  }
}