Merchant Peer Details
Represents the details of a merchant peer.
firstNamestring
Peer first name.
Example:
JohnlastNamestring
Peer last name.
Example:
DoepeerTypestring
Represents the type of a transaction peer.
| Value | Description |
|---|---|
| REGULAR | Regular peer, valid for most of the transactions. |
| GMONEY | GMoney peer, with specific additional details. |
| MERCHANT | Merchant peer details. |
Possible values: [REGULAR, GMONEY, MERCHANT]
Example:
REGULARmerchantNamestringrequired
Name of the merchant.
Example:
Electric CompanyMerchant Peer Details
{
"firstName": "John",
"lastName": "Doe",
"peerType": "REGULAR",
"merchantName": "Electric Company"
}