PayPal · Schema

ACH Debit Response

A Resource representing a response of vaulted a ACH Debit Account.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-ach-debit-response-2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ach_debit_response-2",
  "title": "ACH Debit Response",
  "description": "A Resource representing a response of vaulted a ACH Debit Account.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ach_debit_response"
    },
    {
      "properties": {
        "verification_status": {
          "description": "ACH Debit Verification Status",
          "$ref": "#/components/schemas/ach_debit_verification_status"
        }
      }
    }
  ]
}