Block · Example Payload

Block Payment Example

CommerceCryptocurrencyeCommerceFintechPaymentsPoint Of SaleSquare

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

Top-level fields

idstatussource_typecard_detailsamount_moneytotal_moneyapproved_moneylocation_idorder_idreceipt_numberreceipt_urlcreated_atupdated_atversion_token

Example Payload

Raw ↑
{
  "id": "GQTFp1ZlXdpoW4o6eGiZhbjosiDFf",
  "status": "COMPLETED",
  "source_type": "CARD",
  "card_details": {
    "status": "CAPTURED",
    "card": {
      "card_brand": "VISA",
      "last_4": "1111",
      "exp_month": 11,
      "exp_year": 2026,
      "fingerprint": "sq-1-Hxim77tbdcbGejOejnoAklBVJed2YFLTmirfl8Q5XZzObTc8qY_U8RkwzoNL8dCEcg",
      "card_type": "CREDIT",
      "prepaid_type": "NOT_PREPAID",
      "bin": "411111"
    },
    "entry_method": "KEYED"
  },
  "amount_money": {
    "amount": 1500,
    "currency": "USD"
  },
  "total_money": {
    "amount": 1500,
    "currency": "USD"
  },
  "approved_money": {
    "amount": 1500,
    "currency": "USD"
  },
  "location_id": "L1234567890",
  "order_id": "CAISENgvlJ6jLWAzERDzjyHVybY",
  "receipt_number": "GQTF",
  "receipt_url": "https://squareup.com/receipt/preview/GQTFp1ZlXdpoW4o6eGiZhbjosiDFf",
  "created_at": "2026-01-15T10:00:00Z",
  "updated_at": "2026-01-15T10:00:05Z",
  "version_token": "FPnudR6q"
}