Bread Pay Platform Buyer Structure

Structural representation of a Bread Pay buyer.

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

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

Properties

id givenName familyName email phone billingAddress shippingAddress

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-buyer-structure.json",
  "name": "BreadPayPlatformBuyer",
  "description": "Structural representation of a Bread Pay buyer.",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "givenName": { "type": "string" },
    "familyName": { "type": "string" },
    "email": { "type": "string" },
    "phone": { "type": "string" },
    "billingAddress": { "$ref": "bread-pay-platform-address-structure.json" },
    "shippingAddress": { "$ref": "bread-pay-platform-address-structure.json" }
  },
  "required": ["id"]
}