Skip to main content

Merchant Peer Details

Represents the details of a merchant peer.

firstNamestring

Peer first name.

Example: John
lastNamestring

Peer last name.

Example: Doe
peerTypestring

Represents the type of a transaction peer.

ValueDescription
REGULARRegular peer, valid for most of the transactions.
GMONEYGMoney peer, with specific additional details.
MERCHANTMerchant peer details.

Possible values: [REGULAR, GMONEY, MERCHANT]

Example: REGULAR
merchantNamestringrequired

Name of the merchant.

Example: Electric Company
Merchant Peer Details
{
"firstName": "John",
"lastName": "Doe",
"peerType": "REGULAR",
"merchantName": "Electric Company"
}