PayPal · Schema

Authentication Response

Results of Authentication such as 3D Secure.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
liability_shift object
three_d_secure object
View JSON Schema on GitHub

JSON Schema

paypal-authentication-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/authentication_response",
  "title": "Authentication Response",
  "type": "object",
  "description": "Results of Authentication such as 3D Secure.",
  "properties": {
    "liability_shift": {
      "$ref": "#/components/schemas/liability_shift"
    },
    "three_d_secure": {
      "$ref": "#/components/schemas/three_d_secure_authentication_response"
    }
  }
}