lock
GET
api/OnlinePayment/v1/Forms/Branding/{seq}
Payment methods page styling of a submitted form
EXPANDexpand_more
Request Information
Roles
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
seq |
Sequence of the form |
integer |
Required |
Body Parameters
None.
EXPANDexpand_more
Response Information
Resource Description
The payment branding details of the submitted form
BrandingName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Description | string |
None. |
|
ActiveFlag | string |
None. |
|
WebHeaderHTML | string |
None. |
|
WebBackgroundHTML | string |
None. |
|
WelcomePageHTML | string |
None. |
Response Formats
{ "Code": "sample string 1", "Description": "sample string 2", "ActiveFlag": "sample string 3", "WebHeaderHTML": "sample string 4", "WebBackgroundHTML": "sample string 5", "WelcomePageHTML": "sample string 6" }
<Branding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.AutoGenerated"> <ActiveFlag>sample string 3</ActiveFlag> <Code>sample string 1</Code> <Description>sample string 2</Description> <WebBackgroundHTML>sample string 5</WebBackgroundHTML> <WebHeaderHTML>sample string 4</WebHeaderHTML> <WelcomePageHTML>sample string 6</WelcomePageHTML> </Branding>