{"section":"tracks","requestedLocale":"en","requestedSlug":"define-payment-methods-displayed-on-vtex-sales-app","locale":"en","slug":"define-payment-methods-displayed-on-vtex-sales-app","path":"docs/en/tracks/omnichannel/vtex-sales-app-payments/define-payment-methods-displayed-on-vtex-sales-app.md","branch":"main","content":"> ℹ️ Payment methods (such as debit or credit card) are enabled during the onboarding of the **VTEX Sales App**, and the IDs of these payment methods are automatically implemented in the `checkout-instore-custom.js` file. If the store customizes `checkout-instore-custom.js`, the initial configurations are overwritten. However, if a new onboarding is made, the onboarding configurations overwrite the customizations in `checkout-instore-custom.js`.\n\nAfter configuring your store payment methods, you must create filters to make them available to customers on **VTEX Sales App** checkout.\n\nTo do this, you'll need to include a JavaScript code block in your store's `checkout-instore-custom.js`. The complete instructions are available in the guide [Define payment methods displayed on VTEX Sales App](https://developers.vtex.com/docs/guides/define-payment-methods-displayed-on-vtex-sales-app).\n\n> ❗ We recommend that any changes to the `checkout-instore-custom.js` file be made by a developer, as errors at this stage can cause critical issues to the store.\n\n## Identifying the payment condition ID\n\nIn one of the configuration steps for `checkout-instore-custom.js`, you must enter the payment condition IDs. To identify them, follow the steps below:\n\n1. In the VTEX Admin, go to **Store Settings > Payment > Settings**, or type **Settings** in the search bar at the top of the page.\n2. In the **Payment Conditions** tab, search for the desired option. If you prefer, filter the results using the search bar.\n3. The payment method ID is the numerical code that appears at the top right. In the following example, the ID for `Mastercard` with 1–10 installments is `4`:\n\n![mastercard_id_EN](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tracks/omnichannel/vtex-sales-app-payments/mastercard_id_EN.png)\n\n> ℹ️ The complete information for defining the payment methods displayed on **VTEX Sales App** is available in the guide [Define payment methods displayed on VTEX Sales App](https://developers.vtex.com/docs/guides/define-payment-methods-displayed-on-vtex-sales-app)."}