Amazon · Schema

CreateRefundRequest

CreateRefundRequest schema from Amazon Pay API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
chargeId string
refundAmount object
softDescriptor string
View JSON Schema on GitHub

JSON Schema

pay-create-refund-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "chargeId",
    "refundAmount"
  ],
  "properties": {
    "chargeId": {
      "type": "string"
    },
    "refundAmount": {
      "$ref": "#/components/schemas/Price"
    },
    "softDescriptor": {
      "type": "string",
      "maxLength": 16
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateRefundRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/pay-create-refund-request-schema.json",
  "description": "CreateRefundRequest schema from Amazon Pay API"
}