Payout

Cancel a payout

Cancel a payout to prevent it from being processed. The status of the payout must be created, scheduled, or on_hold.

put/v1/payouts/{id}/cancel

Path parameters

idstring uuid required

Headers

Straddle-Account-Idstring uuid

For use by platforms to specify an account id and set scope of a request.

Request-Idstring

Optional client generated identifier to trace and debug a request.

Correlation-Idstring

Optional client generated identifier to trace and debug a series of requests.

Idempotency-Keystring

Optional client generated value to use for idempotent requests.

Request body

reasonstring required

Details about why the payout status was updated.

Response

OK

response_type'object' | 'array' | 'error' | 'none' required

Indicates the structure of the returned content.

  • "object" means the data field contains a single JSON object.
  • "array" means the data field contains an array of objects.
  • "error" means the data field contains an error object with details of the issue.
  • "none" means no data is returned.

Example response

{
  "data": {
    "customer_details": {
      "name": "Ron Swanson",
      "email": "ron@swanson.com",
      "phone": "+1234567890"
    },
    "paykey_details": {
      "label": "Bank of America ****1234"
    },
    "amount": 10000,
    "device": {
      "ip_address": "192.168.1.1"
    },
    "status_details": {
      "message": "Payment successfully created and awaiting validation."
    },
    "status_history": [
      {
        "message": "Payment successfully created and awaiting validation."
      }
    ]
  }
}

Changes

Changed in 16 of the 33 revisions of this API.310471015

    • removed the unknown enum value from the data/related_payments/additionalProperties/ response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the unknown enum value from the data/related_payments/additionalProperties/ response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the unknown enum value from the data/related_payments/additionalProperties/ response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

  • 456c9ef0c3a6189See the full diff
    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: text/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: text/json)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: text/json)

      response-optional-property-added

  • 197302a1e983918See the full diff
    • removed the optional property data/config/auto_hold from the response with the 200 status (media type: text/plain)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold from the response with the 200 status (media type: text/json)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold_message from the response with the 200 status (media type: text/plain)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold_message from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold_message from the response with the 200 status (media type: text/json)

      response-optional-property-removed

    • removed the optional property data/related_payments from the response with the 200 status (media type: text/plain)

      response-optional-property-removed

    • removed the optional property data/related_payments from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • removed the optional property data/related_payments from the response with the 200 status (media type: text/json)

      response-optional-property-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    This revision also has 19 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 7b7688bbe938189See the full diff
    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: text/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: text/json)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: text/json)

      response-optional-property-added

  • 197302a1e983918See the full diff
    • removed the optional property data/config/auto_hold from the response with the 200 status (media type: text/plain)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold from the response with the 200 status (media type: text/json)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold_message from the response with the 200 status (media type: text/plain)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold_message from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold_message from the response with the 200 status (media type: text/json)

      response-optional-property-removed

    • removed the optional property data/related_payments from the response with the 200 status (media type: text/plain)

      response-optional-property-removed

    • removed the optional property data/related_payments from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • removed the optional property data/related_payments from the response with the 200 status (media type: text/json)

      response-optional-property-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • cfae64ba8923189See the full diff
    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: text/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: text/json)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: text/json)

      response-optional-property-added

  • 197302a1e983918See the full diff
    • removed the optional property data/config/auto_hold from the response with the 200 status (media type: text/plain)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold from the response with the 200 status (media type: text/json)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold_message from the response with the 200 status (media type: text/plain)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold_message from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • removed the optional property data/config/auto_hold_message from the response with the 200 status (media type: text/json)

      response-optional-property-removed

    • removed the optional property data/related_payments from the response with the 200 status (media type: text/plain)

      response-optional-property-removed

    • removed the optional property data/related_payments from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • removed the optional property data/related_payments from the response with the 200 status (media type: text/json)

      response-optional-property-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • e8b61afd64e566See the full diff
    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold to the response with the 200 status (media type: text/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/config/auto_hold_message to the response with the 200 status (media type: text/json)

      response-optional-property-added

  • ad48cd5f22e1123See the full diff
    • added the new validating enum value to the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the optional property data/related_payments to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/related_payments to the response with the 200 status (media type: text/json)

      response-optional-property-added

    • removed the ACH enum value from the data/payment_rail response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the ACH enum value from the data/payment_rail response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the ACH enum value from the data/payment_rail response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the AmountTooLarge enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the AmountTooLarge enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the AmountTooLarge enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the AmountTooLarge enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the AmountTooLarge enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the AmountTooLarge enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the BankDecline enum value from the data/status_details/source response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the BankDecline enum value from the data/status_details/source response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the BankDecline enum value from the data/status_details/source response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the BankDecline enum value from the data/status_history/items/source response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the BankDecline enum value from the data/status_history/items/source response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the BankDecline enum value from the data/status_history/items/source response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Cancelled enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Cancelled enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Cancelled enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Cancelled enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Cancelled enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Cancelled enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the CancelledForBalanceCheck enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the CancelledForBalanceCheck enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the CancelledForBalanceCheck enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the CancelledForFraudRisk enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the CancelledForFraudRisk enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the CancelledForFraudRisk enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the ClosedBankAccount enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the ClosedBankAccount enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the ClosedBankAccount enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the ClosedBankAccount enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the ClosedBankAccount enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the ClosedBankAccount enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Created enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Created enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Created enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Created enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Created enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Created enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the CustomerDispute enum value from the data/status_details/source response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the CustomerDispute enum value from the data/status_details/source response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the CustomerDispute enum value from the data/status_details/source response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the CustomerDispute enum value from the data/status_history/items/source response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the CustomerDispute enum value from the data/status_history/items/source response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the CustomerDispute enum value from the data/status_history/items/source response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Disputed enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Disputed enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Disputed enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Disputed enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Disputed enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Disputed enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the DuplicateEntry enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the DuplicateEntry enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the DuplicateEntry enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the DuplicateEntry enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the DuplicateEntry enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the DuplicateEntry enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Failed enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Failed enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Failed enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Failed enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Failed enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Failed enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the FailedClosedBankAccount enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the FailedClosedBankAccount enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the FailedClosedBankAccount enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the FailedCustomerDispute enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the FailedCustomerDispute enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the FailedCustomerDispute enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the FailedInsufficientFunds enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the FailedInsufficientFunds enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the FailedInsufficientFunds enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Fraudulent enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Fraudulent enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Fraudulent enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Fraudulent enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Fraudulent enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Fraudulent enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the FrozenBankAccount enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the FrozenBankAccount enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the FrozenBankAccount enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the FrozenBankAccount enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the FrozenBankAccount enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the FrozenBankAccount enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the InsufficientFunds enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InsufficientFunds enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the InsufficientFunds enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the InsufficientFunds enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InsufficientFunds enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the InsufficientFunds enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the InternalSystemError enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InternalSystemError enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the InternalSystemError enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the InternalSystemError enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InternalSystemError enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the InternalSystemError enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the InvalidBankAccount enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InvalidBankAccount enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the InvalidBankAccount enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the InvalidBankAccount enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InvalidBankAccount enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the InvalidBankAccount enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the InvalidPaykey enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InvalidPaykey enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the InvalidPaykey enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the InvalidPaykey enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InvalidPaykey enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the InvalidPaykey enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the InvalidRouting enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InvalidRouting enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the InvalidRouting enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the InvalidRouting enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InvalidRouting enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the InvalidRouting enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Ok enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Ok enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Ok enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Ok enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Ok enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Ok enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the OnHold enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the OnHold enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the OnHold enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the OnHold enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the OnHold enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the OnHold enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the OnHoldDailyLimit enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the OnHoldDailyLimit enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the OnHoldDailyLimit enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the OtherNetworkReturn enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the OtherNetworkReturn enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the OtherNetworkReturn enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the OtherNetworkReturn enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the OtherNetworkReturn enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the OtherNetworkReturn enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the OwnerDeceased enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the OwnerDeceased enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the OwnerDeceased enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the OwnerDeceased enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the OwnerDeceased enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the OwnerDeceased enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Paid enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Paid enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Paid enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Paid enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Paid enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Paid enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Paid enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Paid enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Paid enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the PaymentBlocked enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the PaymentBlocked enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the PaymentBlocked enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the PaymentBlocked enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the PaymentBlocked enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the PaymentBlocked enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the PaymentStopped enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the PaymentStopped enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the PaymentStopped enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the PaymentStopped enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the PaymentStopped enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the PaymentStopped enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the PayoutRefused enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the PayoutRefused enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the PayoutRefused enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the PayoutRefused enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the PayoutRefused enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the PayoutRefused enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Pending enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Pending enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Pending enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Pending enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Pending enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Pending enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Reversed enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Reversed enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Reversed enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Reversed enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Reversed enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Reversed enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the ReversedClosedBankAccount enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the ReversedClosedBankAccount enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the ReversedClosedBankAccount enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the ReversedCustomerDispute enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the ReversedCustomerDispute enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the ReversedCustomerDispute enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the ReversedInsufficientFunds enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the ReversedInsufficientFunds enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the ReversedInsufficientFunds enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the RiskReview enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the RiskReview enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the RiskReview enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the RiskReview enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the RiskReview enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the RiskReview enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Scheduled enum value from the data/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Scheduled enum value from the data/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Scheduled enum value from the data/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Scheduled enum value from the data/status_history/items/status response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Scheduled enum value from the data/status_history/items/status response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Scheduled enum value from the data/status_history/items/status response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Standard enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Standard enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Standard enum value from the data/config/sandbox_outcome response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the System enum value from the data/status_details/source response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the System enum value from the data/status_details/source response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the System enum value from the data/status_details/source response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the System enum value from the data/status_history/items/source response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the System enum value from the data/status_history/items/source response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the System enum value from the data/status_history/items/source response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the TooManyAttempts enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the TooManyAttempts enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the TooManyAttempts enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the TooManyAttempts enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the TooManyAttempts enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the TooManyAttempts enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the UserAction enum value from the data/status_details/source response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the UserAction enum value from the data/status_details/source response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the UserAction enum value from the data/status_details/source response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the UserAction enum value from the data/status_history/items/source response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the UserAction enum value from the data/status_history/items/source response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the UserAction enum value from the data/status_history/items/source response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the UserRequest enum value from the data/status_details/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the UserRequest enum value from the data/status_details/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the UserRequest enum value from the data/status_details/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the UserRequest enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the UserRequest enum value from the data/status_history/items/reason response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the UserRequest enum value from the data/status_history/items/reason response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Watchtower enum value from the data/status_details/source response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Watchtower enum value from the data/status_details/source response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Watchtower enum value from the data/status_details/source response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Watchtower enum value from the data/status_history/items/source response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Watchtower enum value from the data/status_history/items/source response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Watchtower enum value from the data/status_history/items/source response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed