Gateway Configs REST Endpoints

Gateway Configs
The gateway configs resource is used to view, create, delete or modify payment gateway configurations. Payment gateway configuration includes determining the configuration name and description.
Create a payment gateway configuration
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGatewayConfigs
Delete a payment gateway configuration
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGatewayConfigs/{publicSectorGatewayConfigsUniqID}
Get a payment gateway configuration
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGatewayConfigs/{publicSectorGatewayConfigsUniqID}
Get all payment gateway configurations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGatewayConfigs
Update a payment gateway configuration
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGatewayConfigs/{publicSectorGatewayConfigsUniqID}