{ "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" }