Tock · Example Payload

Reservation Refund Example

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Top-level fields

idamountisDisputestatuspayoutprocessorIdprocessorFeeRefundedCentstockFeeRefundedCents

Example Payload

Raw ↑
{
  "id": "591874",
  "amount": 400,
  "isDispute": false,
  "status": {},
  "payout": {
    "id": "302750",
    "arrivalDate": "example"
  },
  "processorId": "798613",
  "processorFeeRefundedCents": 12000,
  "tockFeeRefundedCents": 5000
}