Request Information

URI Parameters

NameDescriptionTypeAdditional information
merchantTransactionId

The merchant transaction identifier.

integer

Required

Body Parameters

The merchant transaction.

Nano.MerchantTransaction
NameDescriptionTypeAdditional 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 merchant transaction identifier.

integer

None.

feeType

Gets or sets the fee type identifier.

integer

None.

user

Gets or sets the identifier of the user who performed the action.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "action": "sample String 1",
  "amount": 2.0,
  "date": "2026-09-27T04:01:45.1387401Z",
  "note": "sample String 3",
  "postFundingRefund": true,
  "refunded": true,
  "type": "sample String 6",
  "app": "7",
  "id": "8",
  "feeType": "1",
  "user": "1"
}

text/html

Sample:
{"action":"sample String 1","amount":2.0,"date":"2026-09-27T04:01:45.1387401Z","note":"sample String 3","postFundingRefund":true,"refunded":true,"type":"sample String 6","app":"7","id":"8","feeType":"1","user":"1"}

application/xml, text/xml

Sample:
<MerchantTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Action>sample String 1</Action>
  <Amount>2</Amount>
  <Date>2026-09-27T04:01:45.1387401Z</Date>
  <Note>sample String 3</Note>
  <PostFundingRefund>true</PostFundingRefund>
  <Refunded>true</Refunded>
  <Type>sample String 6</Type>
  <AppId>7</AppId>
  <MerchantTransactionId>8</MerchantTransactionId>
  <FeeTypeId>1</FeeTypeId>
  <UserId>1</UserId>
</MerchantTransaction>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated merchant transaction.

Nano.MerchantTransaction
NameDescriptionTypeAdditional 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 merchant transaction identifier.

integer

None.

feeType

Gets or sets the fee type identifier.

integer

None.

user

Gets or sets the identifier of the user who performed the action.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "action": "sample String 1",
  "amount": 2.0,
  "date": "2026-09-27T04:01:45.1387401Z",
  "note": "sample String 3",
  "postFundingRefund": true,
  "refunded": true,
  "type": "sample String 6",
  "app": "7",
  "id": "8",
  "feeType": "1",
  "user": "1"
}

text/html

Sample:
{"action":"sample String 1","amount":2.0,"date":"2026-09-27T04:01:45.1387401Z","note":"sample String 3","postFundingRefund":true,"refunded":true,"type":"sample String 6","app":"7","id":"8","feeType":"1","user":"1"}

application/xml, text/xml

Sample:
<MerchantTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Action>sample String 1</Action>
  <Amount>2</Amount>
  <Date>2026-09-27T04:01:45.1387401Z</Date>
  <Note>sample String 3</Note>
  <PostFundingRefund>true</PostFundingRefund>
  <Refunded>true</Refunded>
  <Type>sample String 6</Type>
  <AppId>7</AppId>
  <MerchantTransactionId>8</MerchantTransactionId>
  <FeeTypeId>1</FeeTypeId>
  <UserId>1</UserId>
</MerchantTransaction>

application/vnd.api+json

Sample:

Sample not available.