Endpoints
New endpoint
POSTGET_CARDLook up a card. Called twice by the BPMN: LocateCard (outputVariable cardLookup) and ConfirmCardBlocked (outputVariable cardConfirm) — same contract, second call re-reads post-block status.
POSTCONFIRM_CARD_STATUS/acropolis-card-mgmt/CONFIRM_CARD_STATUS/v1
POSTCHECK_CARD_ELIGIBILITYCheck whether a card is eligible to block (task CheckEligibility, outputVariable eligibility)
POSTBLOCK_CARDBlock a card (task BlockCard, outputVariable blockResult)
POSTNOTIFY_CUSTOMERNotify the customer the card was blocked (task NotifyCustomer, outputVariable notifyResult)
POSTVERIFY_CUSTOMERVerify the caller's identity (task VerifyCaller, outputVariable verifyCaller)