changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "List of disputes and chargebacks",
+ "properties": {
+ "items": {
+ "description": "Array of disputes",
+ "items": {
+ "properties": {
+ "amount": {
+ "properties": {
+ "currency_code": {
+ "description": "Currency code",
+ "type": "string"
+ },
+ "value": {
+ "description": "Disputed amount",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "create_time": {
+ "description": "Dispute creation timestamp",
+ "type": "string"
+ },
+ "dispute_id": {
+ "description": "Dispute ID",
+ "type": "string"
+ },
+ "reason": {
+ "description": "Dispute reason code",
+ "type": "string"
+ },
+ "reason_description": {
+ "description": "Human readable dispute reason",
+ "type": "string"
+ },
+ "status": {
+ "description": "Dispute status (e.g., OPEN, RESOLVED, WAITING_FOR_BUYER_RESPONSE, WAITING_FOR_SELLER_RESPONSE)",
+ "type": "string"
+ },
+ "transaction_id": {
+ "description": "Related transaction ID",
+ "type": "string"
+ },
+ "update_time": {
+ "description": "Dispute last update timestamp",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "links": {
+ "items": {
+ "properties": {
+ "href": {
+ "type": "string"
+ },
+ "rel": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_items": {
+ "description": "Total number of disputes",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}