Bread Pay Platform Address Structure

Postal address used by Bread Pay buyers, billing, and shipping.

Type: object Properties: 6
Financial ServicesFintechBuy Now Pay LaterBNPLBread PayPrivate Label CreditCo Brand Credit CardsLoyalty ProgramsMarketingData Driven MarketingPaymentsLendingSavingsPersonal LoansConsumer BankingRetail FinanceFortune 500NYSE BFHComenity BankRebrand

BreadPayPlatformAddress is a JSON Structure definition published by Alliance Data Systems (Bread Financial Holdings), describing 6 properties. It conforms to the https://json-structure.org/meta/2025-09/extended/ meta-schema.

Properties

address1 address2 locality region postalCode country

Meta-schema: https://json-structure.org/meta/2025-09/extended/

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/2025-09/extended/",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alliance-data-systems/main/json-structure/bread-pay-platform-address-structure.json",
  "name": "BreadPayPlatformAddress",
  "description": "Postal address used by Bread Pay buyers, billing, and shipping.",
  "type": "object",
  "properties": {
    "address1": { "type": "string" },
    "address2": { "type": "string" },
    "locality": { "type": "string" },
    "region": { "type": "string" },
    "postalCode": { "type": "string" },
    "country": { "type": "string" }
  }
}