Destination for Payee that uses a PayeeProxy key to reference a payee.
| JSON representation |
|---|
{
"payeeProxyKey": {
object ( |
| Fields | |
|---|---|
payeeProxyKey |
REQUIRED: Proxy Key that will be used for the Payee. |
payeeProxyLookupRequestId |
OPTIONAL: |
PayeeProxyKey
ProxyKey that may be used as a Payee if the proxy key is registered with a PayeeProxy directory and may be used to query the registration status or to retrieve display information from the directory.
| JSON representation |
|---|
{
"networkId": string,
// The following is a list of mutually exclusive fields. At most one of the
// fields will be set in a response:
"phoneNumber": string,
"nationalId": {
object ( |
| Fields | |
|---|---|
networkId |
REQUIRED: Network Id for the payee proxy. For example, 'PaymentNetwork1', 'PaymentNetwork2', etc. |
| REQUIRED: Oneof proxy key for payee proxy key. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: | |
phoneNumber |
A proxy key that is a phone number. |
nationalId |
A proxy key that is a national ID number. |
businessId |
A proxy key that is a business ID number. |
virtualPaymentAddress |
A proxy key that is a virtual payment address. |
qrCode |
A proxy key that is a QR code. For example, an EMVCo QR. |
| End of mutually exclusive fields. | |
ProxyKeyNationalId
A proxy key that is a national ID number.
| JSON representation |
|---|
{ "nationalId": string, "issuingCountryCode": string } |
| Fields | |
|---|---|
nationalId |
REQUIRED: The value of the national ID number. |
issuingCountryCode |
REQUIRED: ID issuing country's country code, expected to be ISO-3166-1 Alpha-2. |