PayPal · Schema

currency_code-2

The [3-character ISO-4217 currency code](/api/rest/reference/currency-codes/) that identifies the currency.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-currency-code-2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/currency_code-2",
  "title": "currency_code-2",
  "description": "The [3-character ISO-4217 currency code](/api/rest/reference/currency-codes/) that identifies the currency.",
  "type": "string",
  "format": "ppaas_common_currency_code_v2",
  "minLength": 3,
  "maxLength": 3
}