Testing Google Pay
Once you have integrated Google Pay, you need to test that it works.
Firstly, view the Google Pay test card suite documentation. You can use these cards to test the PAN_ONLY authentication method. To test the CRYPTOGRAM_3DS authentication method, you need to use the real cards that are stored in your Google wallets in the QA environment.
In order to process Google Pay transactions, you are required to sign up for a business account in the Google Console.
You can simulate different responses from our API to test Google Pay by updating the amount field as detailed below:
Note
For a successful response, submit any other value.
Amount | Status | Reason | Description |
---|---|---|---|
11.02 | declined | generic_decline | Issuer returned a generic decline. |
11.03 | declined | insufficient_funds | The account did not have sufficient funds to cover the transaction amount at the time of the transaction. |
11.04 | declined | lost_or_stolen | The submitted card has expired or been reported lost and a new card has been issued. |
91.01 | tds_pending | N/A | Awaiting authorisation. |
Updated over 1 year ago