Verifone · Schema

Affirm Complete Payment Request

affirmPaymentCompletionRequest from Verifone eCommerce API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
merchant_reference string A reference specified by the merchant to identify the transaction
refusal_reason object
View JSON Schema on GitHub

JSON Schema

ecommerce-api-affirmpaymentcompletionrequest.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-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"
    }
  }
}