# Provide additional online payment method

Any online payment methods not developed by the Ecwid team work through applications. The app must meet certain requirements to become available as a payment method in the Ecwid admin.

As a developer, you don’t have to do any specific actions or API calls to add a new payment method and make it available at the checkout. However, you need to set up the app correctly:

* Make sure the app has the `add_payment_method`, `read_store_profile`, `read_orders`, and `update_orders` permissions (access scopes), and the self-hosted `paymentUrl` endpoint for processing payment requests.\
  \
  [Request application update](https://app.gitbook.com/s/uOzT5egoVTAjMJwRuMQT/contact-ecwid-api-support-team)\
  \
  Check your app settings on the app dashboard page:<br>

  <figure><img src="https://250116648-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwDVIAjl6oqBvzGlms6Vk%2Fuploads%2FkRa10HYsTcnu6ME0Pviq%2Fapp_dash_payment_scopes.png?alt=media&#x26;token=00f9b0e8-d478-4ebc-bfa1-b5d5af188e86" alt=""><figcaption></figcaption></figure>
* Check if the app is installed in the store with all required permissions on the [My apps](https://my.ecwid.com/#my_apps) page:\ <br>

  <figure><img src="https://250116648-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwDVIAjl6oqBvzGlms6Vk%2Fuploads%2FZYHxqkQm55TpdNLVGYjp%2Fmy_apps_payment_app.png?alt=media&#x26;token=f8b8bfc8-b3c8-423b-a416-ca9372ffea1e" alt=""><figcaption></figcaption></figure>

With both requirements satisfied, a new payment method will appear on the [Payments](https://my.ecwid.com/#payments) page immediately after installing the app:

<figure><img src="https://250116648-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwDVIAjl6oqBvzGlms6Vk%2Fuploads%2FguckMNku0FS7bScNZdxr%2Fpayment_page_new_method.png?alt=media&#x26;token=906893e8-b3d2-4259-bb5c-75035c687aa6" alt=""><figcaption></figcaption></figure>

By default, this new payment method is enabled and therefore visible to customers at the checkout:

<figure><img src="https://250116648-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwDVIAjl6oqBvzGlms6Vk%2Fuploads%2FqROJ2u2u24ILzrTy6dkZ%2Fpayment_method_checkout.png?alt=media&#x26;token=62721884-4ab2-4d33-84a2-3b4d8f1973ee" alt=""><figcaption></figcaption></figure>
