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
, andupdate_orders
permissions (access scopes), and the self-hostedpaymentUrl
endpoint for processing payment requests. Request application update Check your app settings on the app dashboard page:Check if the app is installed in the store with all required permissions on the My apps page:
With both requirements satisfied, a new payment method will appear on the Payments page immediately after installing the app:

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

Last updated
Was this helpful?