getConfig( )


Retrieves the configuration of your payment settings plugin.

Set your payment settings configuration in the return of the getConfig() function. Wix calls this function when you publish your site. Changes to the configuration don't take effect until you publish your site.

The only default currently available is to set a fallback value for whether to require 3 domain security to an order payment if the getPaymentSettings() function fails.

Where to find getConfig()

When you add the Payment Settings service plugin, a folder is automatically added to your site. Use the -config.js file in the folder to set the default configuration for your implementation of the service plugin.

For more information on setting your configuration, see Tutorial: Payment Settings Service Plugin.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<PaymentSettingsConfigResponse>
Was this helpful?
Yes
No