Amazon · JSON Structure

Pay Charge Structure

Charge schema from Amazon Pay API

Type: object Properties: 9
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

chargeId chargePermissionId chargeAmount captureAmount refundedAmount softDescriptor statusDetails creationTimestamp expirationTimestamp

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

JSON Structure

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