Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of application merchant transactions.
Collection of Nano.ApplicationsMerchantTransactionName | Description | Type | Additional information |
---|---|---|---|
action |
Gets or sets the action. |
string |
None. |
amount |
Gets or sets the amount. |
decimal number |
None. |
date |
Gets or sets the date. |
date |
None. |
note |
Gets or sets the note. |
string |
None. |
postFundingRefund |
Gets or sets a value indicating whether gets or sets the post funding refund. |
boolean |
None. |
refunded |
Gets or sets a value indicating whether gets or sets the refunded. |
boolean |
None. |
type |
Gets or sets the type. |
string |
None. |
app |
Gets or sets the app identifier. |
integer |
None. |
id |
Gets or sets the application merchant transaction identifier. |
integer |
None. |
feeType |
Gets or sets the fee type identifier. |
integer |
None. |
refundRequestedBy |
Gets or sets the user identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "action": "sample String 1", "amount": 1.1, "date": "2025-04-25T18:17:32.0635146Z", "note": "sample String 2", "postFundingRefund": true, "refunded": true, "type": "sample String 5", "app": "6", "id": "7", "feeType": "1", "refundRequestedBy": "1" }, { "action": "sample String 1", "amount": 1.1, "date": "2025-04-25T18:17:32.0635146Z", "note": "sample String 2", "postFundingRefund": true, "refunded": true, "type": "sample String 5", "app": "6", "id": "7", "feeType": "1", "refundRequestedBy": "1" } ]
text/html
Sample:
[{"action":"sample String 1","amount":1.1,"date":"2025-04-25T18:17:32.0635146Z","note":"sample String 2","postFundingRefund":true,"refunded":true,"type":"sample String 5","app":"6","id":"7","feeType":"1","refundRequestedBy":"1"},{"action":"sample String 1","amount":1.1,"date":"2025-04-25T18:17:32.0635146Z","note":"sample String 2","postFundingRefund":true,"refunded":true,"type":"sample String 5","app":"6","id":"7","feeType":"1","refundRequestedBy":"1"}]
application/xml, text/xml
Sample:
<ArrayOfApplicationsMerchantTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ApplicationsMerchantTransaction> <Action>sample String 1</Action> <Amount>1.1</Amount> <Date>2025-04-25T18:17:32.0635146Z</Date> <Note>sample String 2</Note> <PostFundingRefund>true</PostFundingRefund> <Refunded>true</Refunded> <Type>sample String 5</Type> <AppId>6</AppId> <ApplicationsMerchantTransactionId>7</ApplicationsMerchantTransactionId> <FeeTypeId>1</FeeTypeId> <RefundRequestedById>1</RefundRequestedById> </ApplicationsMerchantTransaction> <ApplicationsMerchantTransaction> <Action>sample String 1</Action> <Amount>1.1</Amount> <Date>2025-04-25T18:17:32.0635146Z</Date> <Note>sample String 2</Note> <PostFundingRefund>true</PostFundingRefund> <Refunded>true</Refunded> <Type>sample String 5</Type> <AppId>6</AppId> <ApplicationsMerchantTransactionId>7</ApplicationsMerchantTransactionId> <FeeTypeId>1</FeeTypeId> <RefundRequestedById>1</RefundRequestedById> </ApplicationsMerchantTransaction> </ArrayOfApplicationsMerchantTransaction>
application/vnd.api+json
Sample:
Sample not available.