Does Google Pay support Account checks?

  Last updated: 

 

  Account checks can be processed on Google Pay transactions under certain conditions

  • You will need to contact your acquiring bank to check they support the processing of Account checks with Google Pay.
  • You will be required to contact our Support Team to enable Account checks on your Trust Payments account, providing the site reference(s) you wish to have the feature enabled on.

  • When processing Google Pay transactions with an Account check:
    • Account check requests must be performed prior to an authorisation for payment.
    • Account check requests cannot be performed on their own.
    • Account check requests cannot be performed after the payment has been authorised.

 

Configuration for JavaScript Library

To precede a Google Pay payment authorisation with an Account check request, click here to open instructions in a new tab.

When configuring Google Pay, it is strongly recommended to set the following properties. This will ensure that the billing details are provided by the paying customer and that these are available during AVS checks (i.e. checking the first line of the billing address and postcode).

Property Recommended setting Value
billingAddressRequired boolean

Set to "true".

billingAddressParameters

string

FULL: Name, street address, locality, region, country code and postcode.

MIN: Name, country code, and postcode (default)

For complete address verification, it’s required to have both the street address and postcode.

We recommend setting the value to be “FULL”.

 

 

Configuration for Android SDK

To precede a Google Pay payment authorisation with an Account check request, click here to open instructions in a new tab.

When configuring Google Pay, it is strongly recommended to set the following properties. This will ensure that the billing details are provided by the paying customer and that these are available during AVS checks (i.e. checking the first line of the billing address and postcode).

Property Recommended setting Value
setBillingAddressRequired(@NonNull billingAddressRequired : Boolean, @NonNull format : String, @NonNull phoneNumberRequired : Boolean = false) setBillingAddressRequired(true, "FULL")

FULL: Name, street address, locality, region, country code and postcode.

MIN: Name, country code, and postcode (default)

For complete address verification, it’s required to have both the street address and postcode.

We recommend setting the value to be “FULL”.

Was this article helpful?
0 out of 0 found this helpful