Skip to main content

Data Model - Merchant

smilepayz teamsLess than 1 minute

Data Model

The term merchant can refer to different concepts depending on the context. Here are a few common interpretations:

ParamAttributeTypeDescription
merchantIdMStringThe client ID which platform given
merchantNameOStringThe client name which platform given
subMerchantIdOStringThe subClient ID which platform given
subMerchantNameOStringThe subClient name which platform given

Example

{
  "merchantId": "20001",
  "merchantName": "Betty"
}
Last update: