{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/ecommerce-api-affirmpaymentcompletionrequest.json", "title": "Affirm Complete Payment Request", "description": "affirmPaymentCompletionRequest from Verifone eCommerce API", "type": "object", "properties": { "merchant_reference": { "type": "string", "title": "merchantReference", "description": "A reference specified by the merchant to identify the transaction", "maxLength": 50 }, "refusal_reason": { "$ref": "#/components/schemas/RefusalReason" } } }