Affirm · JSON Structure

Promos Promo Response Structure

Response containing promotional messaging content and financing offer details for the requested purchase amount.

Type: object Properties: 2
FintechBNPLLendingPaymentsConsumer

PromoResponse 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

promo offer

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

JSON Structure

promos-promo-response-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/affirm/refs/heads/main/json-structure/promos-promo-response-structure.json",
  "name": "PromoResponse",
  "description": "Response containing promotional messaging content and financing offer details for the requested purchase amount.",
  "type": "object",
  "properties": {
    "promo": {
      "$ref": "#/components/schemas/PromoContent"
    },
    "offer": {
      "$ref": "#/components/schemas/OfferContent"
    }
  }
}