Verifone · Schema

CreateCheckoutResponse

CreateCheckoutResponse from Checkout API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
id string Checkout ID
url string URL of the Checkout
View JSON Schema on GitHub

JSON Schema

checkout-api-createcheckoutresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/checkout-api-createcheckoutresponse.json",
  "title": "CreateCheckoutResponse",
  "description": "CreateCheckoutResponse from Checkout API",
  "required": [
    "id"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Checkout ID"
    },
    "url": {
      "type": "string",
      "description": "URL of the Checkout"
    }
  }
}