Toggle menu

Configuration Options

The multiplePayments.getConfig End Point holds all of the configuration for Multiple Payments. Its namespace follows the standard GOSS configuration structure: config.environment.application.getConfig.

You may add other items to this configuration End Point to use in your forms.

Options

PropertyDescription
timeoutThe default timeout (in minutes) for the basket

Example

function(params, credentials) {
    let config = {
        // How many minutes an unused basket will exist for before it is destroyed/timed out.
        timeout: (60 * 24)
    };
    /*
     * Add any bespoke configuration you need below
     */
    return config;
}

Last modified on November 24, 2021

Share this page

Facebook icon Twitter icon email icon

Print

print icon