Unlock the nominated card
POST/v1/cards/:cardId/unlock
This operation removes a temporary lock on a LOCKED card instance.
In order to perform this operation, the card must be in a LOCKED state.
Business Rule: Card must be in an unlockable state (CanUnlock=true from core banking system).
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 409
- 500
Successful unlock of the nominated card
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002)
Forbidden (CAR003003)
Party not found (PAR004001) or Card not found (CAR004001)
Invalid card state for this operation (CAR009001)
Internal server error (GEN100000) or Service error (GEN100001)