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.
Returns the fulfillment data
Bad request
Unauthorized
Card not found
Server Error
curl -i -X GET \ 'https://qvapikeybank.qolopay.com/api/{version}/cards/{card_proxy}/fulfillmentdata' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "card_proxy": "string",
- "payload": "string"
}