Lock the nominated card
POST/v1/cards/:cardId/lock
This operation places a temporary lock on an ACTIVE card instance.
In order to perform this operation, the card must be in an ACTIVE state.
Business Rule: Card must be in a lockable state (CanLock=true from core banking system).
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 409
- 500
Successful lock 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)