{
    "$id": "https://www.fatzebra.com/schemas/hpp-load-params.json",
    "type": "object",
    "additionalProperties": false,
    "required": [
        "customer",
        "paymentIntent",
        "paymentMethod"
    ],
    "properties": {
        "customer": {
            "$ref": "customer.json#/definitions/Customer"
        },
        "paymentIntent": {
            "$ref": "payment-intent.json#/definitions/PaymentIntent"
        },
        "paymentMethod": {
            "$ref": "payment-method.json#/definitions/PaymentMethod"
        },
        "options": {
            "$ref": "verify-card-options.json#/definitions/VerifyCardOptions"
        }
    }
}
