changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Array of charge objects",
+ "items": {
+ "properties": {
+ "amount": {
+ "description": "Charge amount in cents",
+ "type": "integer"
+ },
+ "amount_captured": {
+ "description": "Amount captured in cents",
+ "type": "integer"
+ },
+ "amount_refunded": {
+ "description": "Amount refunded in cents",
+ "type": "integer"
+ },
+ "application": {
+ "description": "Application ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "application_fee": {
+ "description": "Application fee ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "application_fee_amount": {
+ "description": "Application fee amount",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "balance_transaction": {
+ "description": "Balance transaction ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "billing_details": {
+ "description": "Billing details",
+ "type": "object"
+ },
+ "captured": {
+ "description": "Charge captured",
+ "type": "boolean"
+ },
+ "created": {
+ "description": "Creation timestamp",
+ "type": "integer"
+ },
+ "currency": {
+ "description": "Currency code",
+ "type": "string"
+ },
+ "customer": {
+ "description": "Customer ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Charge description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "destination": {
+ "description": "Destination account",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "dispute": {
+ "description": "Dispute ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "disputed": {
+ "description": "Under dispute",
+ "type": "boolean"
+ },
+ "failure_balance_transaction": {
+ "description": "Failure balance transaction",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "failure_code": {
+ "description": "Failure code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "failure_message": {
+ "description": "Failure message",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fraud_details": {
+ "description": "Fraud details",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Charge ID",
+ "type": "string"
+ },
+ "invoice": {
+ "description": "Invoice ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "livemode": {
+ "description": "Live mode",
+ "type": "boolean"
+ },
+ "metadata": {
+ "description": "Custom metadata",
+ "type": "object"
+ },
+ "object": {
+ "description": "Object type (charge)",
+ "type": "string"
+ },
+ "outcome": {
+ "description": "Outcome details",
+ "type": "object"
+ },
+ "paid": {
+ "description": "Charge paid",
+ "type": "boolean"
+ },
+ "payment_intent": {
+ "description": "Payment intent ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "payment_method": {
+ "description": "Payment method ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "payment_method_details": {
+ "description": "Payment method details",
+ "type": "object"
+ },
+ "receipt_email": {
+ "description": "Receipt email",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "receipt_number": {
+ "description": "Receipt number",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "receipt_url": {
+ "description": "Receipt URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "refunded": {
+ "description": "Charge refunded",
+ "type": "boolean"
+ },
+ "refunds": {
+ "description": "Refunds list object",
+ "type": "object"
+ },
+ "review": {
+ "description": "Review ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "shipping": {
+ "description": "Shipping details",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "source": {
+ "description": "Payment source",
+ "type": "object"
+ },
+ "source_transfer": {
+ "description": "Source transfer ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "statement_descriptor": {
+ "description": "Statement descriptor",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "statement_descriptor_suffix": {
+ "description": "Statement descriptor suffix",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "Charge status",
+ "type": "string"
+ },
+ "transfer_data": {
+ "description": "Transfer data",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "transfer_group": {
+ "description": "Transfer group",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "has_more": {
+ "description": "Whether more results exist",
+ "type": "boolean"
+ },
+ "object": {
+ "description": "Object type (list)",
+ "type": "string"
+ },
+ "url": {
+ "description": "API endpoint URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}