# Simulate card tap Simulates a physical card tap on the terminal reader, bypassing the need for real hardware. Uses Stripe test helpers to simulate a card-present payment with the requested outcome. Only available in non-production environments. Endpoint: POST /ipp/v1/dev/sessions/{sessionId}/simulate-tap Version: 1.0.0 ## Path parameters: - `sessionId` (string, required) ## Query parameters: - `outcome` (string) Enum: "SUCCESS", "DECLINED_GENERIC", "INSUFFICIENT_FUNDS", "LOST_CARD", "STOLEN_CARD", "EXPIRED_CARD", "INCORRECT_CVC", "PROCESSING_ERROR", "INCORRECT_NUMBER", "CARD_VELOCITY_EXCEEDED" ## Response 204 fields ## Response 400 fields ## Response 404 fields