{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/order_application_context", "title": "Application Context", "type": "object", "description": "Customizes the payer experience during the approval process for the payment with PayPal.
Note: Partners and Marketplaces might configure", "properties": { "brand_name": { "type": "string", "description": "DEPRECATED. The label that overrides the business name in the PayPal account on the PayPal site. The fields in `application_context` are now available in the `experience_context` object under the `payment_source` which supports them (eg. `payment_source.paypal.experience_context.brand_name`). Please specify this field in the `experience_context` object instead of the `application_context` object.", "minLength": 1, "maxLength": 127 }, "locale": { "description": "DEPRECATED. The BCP 47-formatted locale of pages that the PayPal payment experience shows. PayPal supports a five-character code. For example, `da-DK`, `he-IL`, `id-ID`, `ja-JP`, `no-NO`, `pt-BR`, `ru-RU`, `sv-SE`, `th-TH`, `zh-CN`, `zh-HK`, or `zh-TW`. The fields in `application_context` are now available in the `experience_context` object under the `payment_source` which supports them (eg. `payment_source.paypal.experience_context.locale`). Please specify this field in the `experience_context` object instead of the `application_context` object.", "$ref": "#/components/schemas/language" }, "landing_page": { "type": "string", "description": "DEPRECATED. DEPRECATED. The type of landing page to show on the PayPal site for customer checkout. The fields in `application_context` are now available in the `experience_context` object under the `payment_source` which supports them (eg. `payment_source.paypal.experience_context.landing_page`). Please specify this field in the `experience_context` object instead of the `application_context` object.", "deprecated": true, "default": "NO_PREFERENCE", "minLength": 1, "maxLength": 13, "pattern": "^[0-9A-Z_]+$", "enum": [ "LOGIN", "BILLING", "NO_PREFERENCE" ] }, "shipping_preference": { "type": "string", "description": "DEPRECATED. DEPRECATED. The shipping preference:brand_nameandshipping_preferenceduring partner account setup, which overrides the request values.