Set PIN

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

Request
Security:
path Parameters
card_proxy
required
string

card proxy

version
required
string
Request Body schema: application/json

card PIN request

reason_code
string or null

Reason code to reset the PIN

pin
required
string [ 4 .. 6 ] characters

Card PIN

comment
string or null

Comment

Responses
200

Returns the card details

400

Bad request

401

Unauthorized

404

Card not found

500

Server Error

post/api/{version}/cards/{card_proxy}/pin
Request samples
application/json
{
  • "reason_code": "string",
  • "pin": "string",
  • "comment": "string"
}
Response samples
application/json
{
  • "reason_code": "string",
  • "pin": "string",
  • "comment": "string"
}
Copyright © Qolo 2019-2023. All right reserved.