PayPal · Schema

Payment Source Response

The payment source used to fund the payment.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
card object
View JSON Schema on GitHub

JSON Schema

paypal-payment-source-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/payment_source_response",
  "title": "Payment Source Response",
  "type": "object",
  "description": "The payment source used to fund the payment.",
  "properties": {
    "card": {
      "$ref": "#/components/schemas/card_response_with_billing_address"
    }
  }
}