Amazon · JSON Structure

Pay Create Charge Request Structure

CreateChargeRequest schema from Amazon Pay API

Type: object Properties: 5 Required: 2
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

CreateChargeRequest is a JSON Structure definition published by Amazon, describing 5 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

chargePermissionId chargeAmount captureNow softDescriptor canHandlePendingAuthorization

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "chargePermissionId",
    "chargeAmount"
  ],
  "properties": {
    "chargePermissionId": {
      "type": "string"
    },
    "chargeAmount": {
      "$ref": "#/components/schemas/Price"
    },
    "captureNow": {
      "type": "boolean"
    },
    "softDescriptor": {
      "type": "string",
      "maxLength": 16
    },
    "canHandlePendingAuthorization": {
      "type": "boolean"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CreateChargeRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/pay-create-charge-request-structure.json",
  "description": "CreateChargeRequest schema from Amazon Pay API"
}