> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/interfaces/adyen-google-pay-configuration.md).

# Interface: AdyenGooglePayConfiguration

Google Pay merchant details, as `@adyen/adyen-web` expects them.

## Properties

| Property            | Type     | Description                                                      |
| ------------------- | -------- | ---------------------------------------------------------------- |
| `authJwt?`          | `string` | Signed JWT that authorises Google Pay on the storefront domain.  |
| `gatewayMerchantId` | `string` | The Adyen merchant account that receives the Google Pay payment. |
| `merchantId?`       | `string` | The Google Pay merchant identifier.                              |
| `merchantName?`     | `string` | The merchant name shown in the Google Pay payment sheet.         |
| `merchantOrigin?`   | `string` | The origin of the storefront that renders the Google Pay button. |
