lock_open
GET
api/OnlinePayment/v1/Forms/{seq}
Retrieves the finance properties of a specific form
EXPANDexpand_more
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| seq |
Sequence of form |
integer |
Required |
Body Parameters
None.
EXPANDexpand_more
Response Information
Resource Description
Finance properties of the form
FinanceProperties| Name | Description | Type | Additional information |
|---|---|---|---|
| EnrolmentDepositDefinition | string |
None. |
|
| EnableEnrolmentDeposit | boolean |
None. |
|
| EnablePayNow | boolean |
None. |
|
| EnablePayLater | boolean |
None. |
|
| PayNowLabel | string |
None. |
|
| PayLaterLabel | string |
None. |
|
| PayNowExtra | string |
None. |
|
| ForcePayment | string |
None. |
|
| PayLaterExtra | string |
None. |
|
| CompletionUrl | string |
None. |
|
| ReceiptsOnlineReference | string |
None. |
|
| OnlinePaymentMerchant | integer |
None. |
|
| ReturnLabel | string |
None. |
|
| ReturnURL | string |
None. |
Response Formats
{
"EnrolmentDepositDefinition": "sample string 1",
"EnableEnrolmentDeposit": true,
"EnablePayNow": true,
"EnablePayLater": true,
"PayNowLabel": "sample string 5",
"PayLaterLabel": "sample string 6",
"PayNowExtra": "sample string 7",
"ForcePayment": "sample string 8",
"PayLaterExtra": "sample string 9",
"CompletionUrl": "sample string 10",
"ReceiptsOnlineReference": "sample string 11",
"OnlinePaymentMerchant": 1,
"ReturnLabel": "sample string 12",
"ReturnURL": "sample string 13"
}
<FinanceProperties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.AutoGenerated"> <CompletionUrl>sample string 10</CompletionUrl> <EnableEnrolmentDeposit>true</EnableEnrolmentDeposit> <EnablePayLater>true</EnablePayLater> <EnablePayNow>true</EnablePayNow> <EnrolmentDepositDefinition>sample string 1</EnrolmentDepositDefinition> <ForcePayment>sample string 8</ForcePayment> <OnlinePaymentMerchant>1</OnlinePaymentMerchant> <PayLaterExtra>sample string 9</PayLaterExtra> <PayLaterLabel>sample string 6</PayLaterLabel> <PayNowExtra>sample string 7</PayNowExtra> <PayNowLabel>sample string 5</PayNowLabel> <ReceiptsOnlineReference>sample string 11</ReceiptsOnlineReference> <ReturnLabel>sample string 12</ReturnLabel> <ReturnURL>sample string 13</ReturnURL> </FinanceProperties>