Bread Pay Platform Authorize Transaction Example

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

Bread Pay Platform Authorize Transaction Example is an example object payload from Alliance Data Systems (Bread Financial Holdings), with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.platform.breadpayments.com/api/transaction/9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d/authorize",
    "headers": {
      "Authorization": "Bearer eyJhbGciOi...",
      "Content-Type": "application/json",
      "If-Match": "W/\"1\""
    },
    "body": {
      "amount": {
        "value": 24999,
        "currency": "USD"
      },
      "isVirtualCard": false,
      "merchantOfRecordID": "0bd9d8d4-3f3b-4f8e-9c91-2c1a2b1e1234",
      "merchantNote": "Authorizing full amount for order A1234"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
      "status": "AUTHORIZED",
      "amount": {
        "value": 24999,
        "currency": "USD"
      },
      "buyerId": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
      "merchantOfRecordID": "0bd9d8d4-3f3b-4f8e-9c91-2c1a2b1e1234",
      "modifiedOn": "2026-05-23T12:01:30Z"
    }
  }
}