PayPal · Schema

Bank Response

Full representation of a Bank Payment Token.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
ach_debit object ACH Debit Response.
View JSON Schema on GitHub

JSON Schema

paypal-bank-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bank_response",
  "title": "Bank Response",
  "description": "Full representation of a Bank Payment Token.",
  "type": "object",
  "properties": {
    "ach_debit": {
      "description": "ACH Debit Response.",
      "$ref": "#/components/schemas/ach_debit_response-2"
    }
  }
}