### Install Affirm Payment App Source: https://github.com/vtex-apps/affirm-payment/blob/master/docs/README.md Command to install the Affirm Payment app into your VTEX account using the VTEX IO CLI. ```bash vtex install vtex.affirm-payment ``` -------------------------------- ### Affirm Payment App Configuration Settings Source: https://github.com/vtex-apps/affirm-payment/blob/master/docs/README.md Details the configurable settings for the Affirm Payment app within the VTEX admin interface. These settings control Affirm financing options, promotional components, and payment capture/cancellation delays. ```APIDOC AffirmPaymentAppSettings: - Enable Katapult: Enables the Katapult leasing option. Requires prior enablement from Affirm. (Boolean) - Company Name: Overrides the default company/brand name displayed in the Affirm UI. Leave blank to use the Affirm account's default. (String) - Public API Key for promotional components: The Affirm public API key used by promotional components. (String) - Production Mode for promotional components: Sets Affirm Components to run in Production or Sandbox mode. (Boolean) - Interval to use for the following three settings: Defines the time unit (minutes, hours, days) for delay settings. (Enum: 'minutes', 'hours', 'days') - Delay to automatic payment capture: Time before authorized Affirm payments are automatically settled. (Integer, uses Interval unit) - Delay to automatic payment capture after antifraud analysis: Time before authorized Affirm payments are automatically settled after merchant's antifraud approval. (Integer, uses Interval unit) - Delay to cancel: Time before Affirm payments are automatically canceled. Enforces a minimum of 60 minutes. (Integer, uses Interval unit) - Katapult public token: The public token for Katapult accounts. Required if Katapult is enabled. (String) - Katapult private token: The private token for Katapult accounts. Required if Katapult is enabled. (String) - Partial cancellation: Feature flag to enable partial cancellation, voiding amounts for partially canceled items during settlement. (Boolean) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.