Square · Example Payload

Money Example

RestaurantBookingsCatalogCheckoutCustomersDisputesEcommerceFinancial TechnologyGift CardsInventoryInvoicingLaborLocationsLoyaltyMerchantsOrdersPaymentsPoint of SaleRefundsRetailSubscriptionsTeamTerminalWebhooks

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

Top-level fields

amountcurrency

Example Payload

Raw ↑
{
  "amount": 356,
  "currency": "USD"
}