CreateCheckoutResponse from Checkout API
{ "$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" } } }