This page presents the additional marketplace-related information (the addendums.marketplace class) that Marketplace merchants must include in /payment or /openOrder requests.
This class is essential for transactions involving alternative payment methods (APMs) to ensure seamless processing and compliance with marketplace requirements.
addendums.marketplace Class | Input Field | Type | Mandatory |
|---|---|---|---|
| description | string | No | |
| sellerInfo[].uniqueAccountIdentifierSeller | pno | string | Yes |
| sellerInfo[].uniqueAccountIdentifierSeller | string | No | |
| sellerInfo[].uniqueAccountIdentifierSeller | other | string | No |
| sellerInfo[] | subMerchantId | string | Yes |
| sellerInfo[] | subMerchantName | string | No |
| sellerInfo[] | subMerchantPostalCode | string | No |
| sellerInfo[] | productCategory | string | Yes |
| sellerInfo[] | productName | string | No |
| sellerInfo[] | accountRegistration_date | string | Yes |
| sellerInfo[].accountLastModified | password | string | Yes |
| sellerInfo[].accountLastModified | string | Yes | |
| sellerInfo[].accountLastModified | listing | string | Yes |
| sellerInfo[].accountLastModified | login | string | Yes |
| sellerInfo[].accountLastModified | address | string | Yes |
| sellerInfo[] | sellerRating | number | No |
| sellerInfo[] | numberOfTrades | integer | Yes |
| sellerInfo[] | volumeOfTrades | integer | No |
| clientInfo[].uniqueAccountIdentifierClient | pno | string | No |
| clientInfo[].uniqueAccountIdentifierClient | string | No | |
| clientInfo[].uniqueAccountIdentifierClient | other | string | No |
| clientInfo[] | accountRegistrationDate | string | Yes |
| clientInfo[].accountLastModified | password | string | Yes |
| clientInfo[].accountLastModified | string | Yes | |
| clientInfo[].accountLastModified | listing | string | Yes |
| clientInfo[].accountLastModified | login | string | Yes |
| clientInfo[].accountLastModified | address | string | Yes |
| clientInfo[] | numberOfTrades | integer | Yes |
| clientInfo[] | volumeOfTrades | integer | No |
Example addendums.marketplace Class
{
"addendums":{
"marketplace":{
"description":"new market place",
"sellerInfo":[
{
"uniqueAccountIdentifierSeller":{
"phone":"12121231242",
"email":"[email protected]",
"other":"passthrough data"
},
"subMerchantId":"1234567890qwertyuiopasdfg",
"subMerchantName":"Marketbrick Ltd.",
"subMerchantPostalCode":"11010",
"productCategory":"Computers",
"productName":"Acer 5400",
"accountRegistration_date":"2020-06-10T12:02:21Z",
"accountLastModified":{
"password":"2020-06-10T12:02:21Z",
"email":"2020-06-10T12:02:21Z",
"listing":"2020-06-10T12:02:21Z",
"login":"2020-06-10T12:02:21Z",
"address":"2020-06-10T12:02:21Z"
},
"sellerRating":"4.5",
"numberOfTrades":"34",
"volumeOfTrades":"4500"
}
],
"clientInfo":[
{
"uniqueAccountIdentifierClient":{
"phone":"+33623232323",
"email":"[email protected]",
"other":"passthrough data"
},
"accountRegistrationDate":"2020-06-10T12:02:21Z",
"accountLastModified":{
"password":"2020-06-10T12:02:21Z",
"email":"2020-06-10T12:02:21Z",
"listing":"2020-06-10T12:02:21Z",
"login":"2020-06-10T12:02:21Z",
"address":"2020-06-10T12:02:21Z"
},
"numberOfTrades":"34",
"volumeOfTrades":"4500"
}
]
}
},
}