Adapter Methods REST Endpoints
Billing and Payment/Adapter Methods
The adapter methods resource is used to view, create, delete or modify payment adapter payment methods. Setup of payment adapter payment methods includes defining the service charge percentage, service charge amount, service charge currency, service charge description, special instructions and redirect flag.
- Create a payment adapter payment method
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterMethods
- Delete a payment adapter payment method
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterMethods/{publicSectorAdapterMethodsUniqID}
- Get a payment adapter payment method
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterMethods/{publicSectorAdapterMethodsUniqID}
- Get all payment adapter payment methods
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterMethods
- Update a payment adapter payment method
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAdapterMethods/{publicSectorAdapterMethodsUniqID}