{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/ecommerce-api-ecompaymentresponse_details.json", "title": "ecomPaymentResponse_details", "description": "ecomPaymentResponse_details from Verifone eCommerce API", "type": "object", "properties": { "auto_capture": { "type": "boolean", "description": "Indicates whether the transaction would be automatically captured upon authorisation." }, "mid": { "type": "string", "description": "Merchant ID (MID)", "format": "integer" } } }