Adapter Configs REST Endpoints
Adapter Configs
The adapter configs resource is used to view, create, delete or modify payment adapter configurations. Setup of payment adapter configuration includes defining a configuration name and value.
- Create a payment adapter configuration
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs - Delete a payment adapter configuration
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs/{publicSectorAdapterConfigsUniqID} - Get a payment adapter configuration
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs/{publicSectorAdapterConfigsUniqID} - Get all payment adapter configurations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs - Update a payment adapter configuration
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs/{publicSectorAdapterConfigsUniqID}