7digital · Example Payload

Api Payment Card Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Api Payment Card Example is an example object payload from 7digital, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cardIdlast4brandexpiryMonthexpiryYearisDefault

Example Payload

Raw ↑
{
  "cardId": "card-789012",
  "last4": "4242",
  "brand": "visa",
  "expiryMonth": 12,
  "expiryYear": 2028,
  "isDefault": true
}