Affirm · Schema

PromoResponse

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

FintechBNPLLendingPaymentsConsumer

Properties

Name Type Description
promo object
offer object
View JSON Schema on GitHub

JSON Schema

promos-promo-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/affirm/refs/heads/main/json-schema/promos-promo-response-schema.json",
  "title": "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"
    }
  }
}