Bolt · Schema

transaction-authorization

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Properties

Name Type Description
processor_reference string
processor_response object
View JSON Schema on GitHub

JSON Schema

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