Gateways REST Endpoints

Gateways
The gateway resource is used to view, create, delete or modify payment gateways. Setup of payment gateways includes entering the product ID, product description, product version, test URL, and production URL, and enabling or disabling the gateway.
Create a payment gateway
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGateways
Delete a payment gateway
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGateways/{publicSectorGatewaysUniqID}
Get a payment gateway
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGateways/{publicSectorGatewaysUniqID}
Get all payment gateways
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGateways
Update a payment gateway
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGateways/{publicSectorGatewaysUniqID}