Otter · Example Payload

Public Api Payment Details Card Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

brandTypeexpirationfundingTypewalletTypelastFourwalletLastFourauthorizationCodeapplicationPreferredNamefingerprintreadMethod

Example Payload

Raw ↑
{
  "brandType": {},
  "expiration": {
    "year": 2025,
    "month": 12
  },
  "fundingType": {},
  "walletType": {},
  "lastFour": "1234",
  "walletLastFour": "5678",
  "authorizationCode": "auth_code_123",
  "applicationPreferredName": "MyApp",
  "fingerprint": "fingerprint_abc123",
  "readMethod": "chip"
}