Verifone · Schema

ecomPaymentResponse_details

ecomPaymentResponse_details from Verifone eCommerce API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
auto_capture boolean Indicates whether the transaction would be automatically captured upon authorisation.
mid string Merchant ID (MID)
View JSON Schema on GitHub

JSON Schema

ecommerce-api-ecompaymentresponse_details.json Raw ↑
{
  "$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"
    }
  }
}