GET api/paymentservice/cc/surchargeverbiage
Retrieves the standardized service charge verbiage to be displayed to the customer.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A response containing the required information.
CodeDescriptionName | Description | Type | Additional information |
---|---|---|---|
Code |
Code |
string |
None. |
Description |
Description |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Description": "sample string 2" }
application/xml, text/xml
Sample:
<CodeDescription xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Code>sample string 1</Code> <Description>sample string 2</Description> </CodeDescription>