Update Card Pin (Not Implemented)
PATCH/v1/cards/:cardId/update-pin
Note: Planned — the platform route exists but the uda connector handler is not yet implemented, so this is non-functional end-to-end.
Required States: ACTIVE
This endpoint will execute when the following conditions are satisfied:
- Party is in a relevant state
ACTIVE - Party has a valid account that is
ACTIVE - Party has a relationship to the nominated card instance.
- The card is either
PROVISIONEDorACTIVE
Updates the pin for the nominated card. This is a beta state operation and requires updating to provide end to end encryption of the pin. Returns a 204 status code if the operation is successful.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
- 501
Successfully updated card pin
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006) or Tenant context could not be resolved (AUT001001)
External application access denied (AUT003001) or Party not in required status (PAR003001)
Card not found (CAR004001) or Account not found (CAR004004)
Internal server error (CAR100001) or Core banking error (CAR100002) or General internal server error (GEN100000) or Service error (GEN100001)
Not Implemented (GEN101007)