FormOfPayment

The form of payment (FOP) that the user already selected for this payment. If the user made no choice or it does not apply, this will be set to noneChosen.

JSON representation
{

  // Union field fop can be only one of the following:
  "noneChosen": {
    object (Empty)
  },
  "issuerId": {
    object (IssuerId)
  }
  // End of list of possible types for union field fop.
}
Fields
Union field fop. The form of payment the user selected for this payment. fop can be only one of the following:
noneChosen

object (Empty)

The user has not chosen any specific form of payment. For redirect payments where the user needs to select a FOP, the integrator should present a FOP selection UI upon redirect.

issuerId

object (IssuerId)

The Google-generated unique identifier of the issuer that the user wants to use for this payment. This identifier represents a specific bank / ewallet / etc. Google will maintain a hard-coded mapping of available issuers and their IDs. The payment integrator should notify Google when a change is required.

IssuerId

A unique identifier for an issuer of user accounts.

JSON representation
{
  "value": string
}
Fields
value

string

REQUIRED: The string value of the identifier. This unique identifier is defined by Google. Google will share a list with the identifiers for all external issuers available through the payment integrator.