Update Card Pin
PATCH/v1/cards/:cardId/update-pin
Updates the pin for the nominated card instance. Returns a 204 status code if the operation is successful.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Successfully updated card pin
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002)
Forbidden (CAR003003)
Party not found (PAR004001) or Card not found (CAR004001)
Internal server error (GEN100000) or Service error (GEN100001)