Clover · Example Payload

Ecommerce Api Refund Example

RestaurantPOSPaymentsRetailSMBHardware

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

Top-level fields

idchargeamountstatus

Example Payload

Raw ↑
{
  "id": "9ABCDEF1234567",
  "charge": "example-charge",
  "amount": 1099,
  "status": "open"
}