Bolt · Schema

transaction-refund

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Properties

Name Type Description
processor_reference string
View JSON Schema on GitHub

JSON Schema

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