changedOutput schema / (root)
Previous value: -{
- "anyOf": [
- {
- "properties": {
- "payment": {
- "description": "One Venmo or PayPal payout sent from this account.",
- "properties": {
- "amount_pre_fees": {
- "description": "Dollars the recipient receives.",
- "type": [
- "number",
- "null"
- ]
- },
- "amount_with_fees": {
- "description": "Dollars debited from the account balance, fee included.",
- "type": [
- "number",
- "null"
- ]
- },
- "fees_paid": {
- "type": [
- "number",
- "null"
- ]
- },
- "id": {
- "description": "Pass as `payment_id` to fetch this payout on its own.",
- "type": [
- "string",
- "null"
- ]
- },
- "platform": {
- "description": "One of: venmo, paypal.",
- "type": [
- "string",
- "null"
- ]
- },
- "recipient_first_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "recipient_id": {
- "description": "The saved recipient this went to, as returned by `GET /payment-recipients`.",
- "type": [
- "string",
- "null"
- ]
- },
- "recipient_last_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "state": {
- "description": "`queued` and `in-process` are still in flight. Absent on payouts sent before state tracking existed. One of: queued, in-process, complete, failed, cancelled.",
- "type": [
- "string",
- "null"
- ]
- },
- "state_updated_at": {
- "description": "Milliseconds since the epoch when `state` last changed.",
- "type": [
- "number",
- "null"
- ]
- },
- "timestamp": {
- "description": "Milliseconds since the epoch when the payout was sent.",
- "type": [
- "number",
- "null"
- ]
- },
- "timestamp_readable": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- }
- },
- "type": "object"
- },
- {
- "properties": {
- "payments": {
- "items": {
- "description": "One Venmo or PayPal payout sent from this account.",
- "properties": {
- "amount_pre_fees": {
- "description": "Dollars the recipient receives.",
- "type": [
- "number",
- "null"
- ]
- },
- "amount_with_fees": {
- "description": "Dollars debited from the account balance, fee included.",
- "type": [
- "number",
- "null"
- ]
- },
- "fees_paid": {
- "type": [
- "number",
- "null"
- ]
- },
- "id": {
- "description": "Pass as `payment_id` to fetch this payout on its own.",
- "type": [
- "string",
- "null"
- ]
- },
- "platform": {
- "description": "One of: venmo, paypal.",
- "type": [
- "string",
- "null"
- ]
- },
- "recipient_first_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "recipient_id": {
- "description": "The saved recipient this went to, as returned by `GET /payment-recipients`.",
- "type": [
- "string",
- "null"
- ]
- },
- "recipient_last_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "state": {
- "description": "`queued` and `in-process` are still in flight. Absent on payouts sent before state tracking existed. One of: queued, in-process, complete, failed, cancelled.",
- "type": [
- "string",
- "null"
- ]
- },
- "state_updated_at": {
- "description": "Milliseconds since the epoch when `state` last changed.",
- "type": [
- "number",
- "null"
- ]
- },
- "timestamp": {
- "description": "Milliseconds since the epoch when the payout was sent.",
- "type": [
- "number",
- "null"
- ]
- },
- "timestamp_readable": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
- }
- },
- "type": "object"
- }
- ],
- "type": "object"
-}New value: +null