Show card fulfillment data

Returns fulfillment data for specific card if a valid identifier was provided. Track1, track2, cvx2 and pin are some important fields returned in this API PCI DSS compliance is required to use this API.

SecurityBearer
Request
path Parameters
card_proxy
required
string
version
required
string
Responses
200

Returns the fulfillment data

400

Bad request

401

Unauthorized

404

Card not found

500

Server Error

get/api/{version}/cards/{card_proxy}/fulfillmentdata
Request samples
Response samples
application/json
{
  • "card_proxy": "string",
  • "payload": "string"
}
Copyright © Qolo 2019-2023. All right reserved.