lock
GET
api/OnlinePayment/v1/Forms/Summary/{seq}
Summary of the payment
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
Return the payment description and amount
spsReceiptsOnlinePaymentSummaryName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of spsReceiptsOnlinePaymentSummaryItem |
None. |
|
Description | string |
None. |
|
TotalAmount | decimal number |
None. |
Response Formats
{ "Items": [ { "Item": "sample string 1" }, { "Item": "sample string 1" } ], "Description": "sample string 1", "TotalAmount": 2.0 }
<spsReceiptsOnlinePaymentSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.AutoGenerated"> <Description>sample string 1</Description> <TotalAmount>2</TotalAmount> <Items> <spsReceiptsOnlinePaymentSummaryItem> <Item>sample string 1</Item> </spsReceiptsOnlinePaymentSummaryItem> <spsReceiptsOnlinePaymentSummaryItem> <Item>sample string 1</Item> </spsReceiptsOnlinePaymentSummaryItem> </Items> </spsReceiptsOnlinePaymentSummary>