Bolt · Schema

transaction-void

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Properties

Name Type Description
processor_reference string
View JSON Schema on GitHub

JSON Schema

transaction-void.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.bolt.com/schemas/transaction-void",
  "title": "transaction-void",
  "type": "object",
  "properties": {
    "processor_reference": {
      "type": "string",
      "example": "123456789XYZ"
    }
  }
}