Amazon · JSON Structure

Pay Refund Structure

Refund schema from Amazon Pay API

Type: object Properties: 6
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Refund is a JSON Structure definition published by Amazon, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

refundId chargeId refundAmount softDescriptor statusDetails creationTimestamp

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "refundId": {
      "type": "string"
    },
    "chargeId": {
      "type": "string"
    },
    "refundAmount": {
      "$ref": "#/components/schemas/Price"
    },
    "softDescriptor": {
      "type": "string"
    },
    "statusDetails": {
      "$ref": "#/components/schemas/StatusDetails"
    },
    "creationTimestamp": {
      "type": "datetime"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Refund",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/pay-refund-structure.json",
  "description": "Refund schema from Amazon Pay API"
}