Skip to content
Mirage
Running

Endpoints

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. 15 cases
POSTCONFIRM_CARD_STATUS/acropolis-card-mgmt/CONFIRM_CARD_STATUS/v13 cases
POSTCHECK_CARD_ELIGIBILITYCheck whether a card is eligible to block (task CheckEligibility, outputVariable eligibility)6 cases
POSTBLOCK_CARDBlock a card (task BlockCard, outputVariable blockResult)4 cases
POSTNOTIFY_CUSTOMERNotify the customer the card was blocked (task NotifyCustomer, outputVariable notifyResult)4 cases
POSTVERIFY_CUSTOMERVerify the caller's identity (task VerifyCaller, outputVariable verifyCaller)6 cases