Gmoney Peer Details
Represents the details of a GMoney interoperability 3rd transaction peer.
firstNamestring
Peer first name.
Example:
John
lastNamestring
Peer last name.
Example:
Doe
peerTypestring
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. |
Possible values: [REGULAR
, GMONEY
]
Example:
REGULAR
channel object
The payment method used by the customer. Only the one used is returned in the response, if available.
ccistring
An unique identifier assigned to a customer (Customer Code Identifier).
Example:
92200111111111110000
mobilestring
A mobile number associated with the customer's interoperability subscription.
Example:
12025550117
qrstring
A code generated for the customer that can be scanned.
Example:
000201010212264500028001039030228230329BANCOGMONEY19546304505204482953036045405100005802PE5911GMoney
Gmoney Peer Details
{
"firstName": "John",
"lastName": "Doe",
"peerType": "REGULAR",
"channel": {
"cci": 92200111111111110000,
"mobile": 12025550117,
"qr": "000201010212264500028001039030228230329BANCOGMONEY19546304505204482953036045405100005802PE5911GMoney"
}
}