diff --git a/docs/references/protocol/transactions/types/payment.md b/docs/references/protocol/transactions/types/payment.md index 592e03802f..2db2262cfd 100644 --- a/docs/references/protocol/transactions/types/payment.md +++ b/docs/references/protocol/transactions/types/payment.md @@ -143,6 +143,8 @@ In the above example with a ¥95/$15 offer and a ¥5/$2 offer, the situation is When you send a payment using MPTs, the _Amount_ field requires only the `mpt_issuance_id` and the `value`. The `MPTokenIssuanceID` is used to uniquely identify the MPT for the transaction. +Version 1 MPTokens only support direct MPT payment between accounts. They cannot be traded in the decentralized exchange. + ### Sample MPT Payment transaction ```json @@ -156,6 +158,10 @@ When you send a payment using MPTs, the _Amount_ field requires only the `mpt_is "mpt_issuance_id": "006419063CEBEB49FC20032206CE0F203138BFC59F1AC578", "value": "100" }, + "SendMax": { + "mpt_issuance_id": "006419063CEBEB49FC20032206CE0F203138BFC59F1AC578", + "value": "100" + }, "Destination": "raZ3wTTKiMHn3BiStvz4ET9rbCHfU1DMak", "Fee": "120", "Flags": 0,