Get PIN

Call this API end point to get the PIN of a card, identified by card proxy.

Request
Security:
path Parameters
card_proxy
required
string

card proxy

version
required
string
Responses
200

Returns the card details

400

Bad request

401

Unauthorized

404

Card not found

500

Server Error

get/api/{version}/cards/{card_proxy}/pin
Request samples
curl -i -X GET \
  'https://devapi.qolopay.com/api/{version}/cards/{card_proxy}/pin' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
application/json
{
  • "reason_code": "string",
  • "pin": "string",
  • "comment": "string"
}
Copyright © Qolo 2019-2023. All right reserved.