Call this API end point to get the PIN of a card, identified by card proxy.
Returns the card details
Bad request
Unauthorized
Card not found
Server Error
curl -i -X GET \ 'https://qvapikeybank.qolopay.com/api/{version}/cards/{card_proxy}/pin' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "reason_code": "string",
- "pin": "string",
- "comment": "string"
}