Affirm · JSON Structure

Checkout Store Object Structure

Address details for in-store transactions where the purchase is made at a physical merchant location.

Type: object Properties: 2
FintechBNPLLendingPaymentsConsumer

StoreObject is a JSON Structure definition published by Affirm, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name address

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

checkout-store-object-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/affirm/refs/heads/main/json-structure/checkout-store-object-structure.json",
  "name": "StoreObject",
  "description": "Address details for in-store transactions where the purchase is made at a physical merchant location.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Store location name.",
      "example": "Example Merchant"
    },
    "address": {
      "$ref": "#/components/schemas/AddressObject"
    }
  }
}