Deliverect · JSON Structure

Pay Api Pay Endpoints Refund Payment Structure

Deliverect Refund Payment

Type: object Properties: 1 Required: 1
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

PayEndpointsRefundPayment is a JSON Structure definition published by Deliverect, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-structure/pay-api-pay-endpoints-refund-payment-structure.json",
  "name": "PayEndpointsRefundPayment",
  "description": "Deliverect Refund Payment",
  "type": "object",
  "properties": {
    "amount": {
      "type": "int32",
      "example": 1250
    }
  },
  "required": [
    "amount"
  ]
}