Bolt · Schema

create-full-account

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Properties

Name Type Description
account_details object
customer_data_id string A unique identifier for this account on your cart platform.
View JSON Schema on GitHub

JSON Schema

create-full-account.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.bolt.com/schemas/create-full-account",
  "title": "create-full-account",
  "type": "object",
  "properties": {
    "account_details": {
      "$ref": "#/components/schemas/account"
    },
    "customer_data_id": {
      "type": "string",
      "description": "A unique identifier for this account on your cart platform.",
      "example": "5FEB9028D"
    }
  }
}