> 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/firmhouse-adyen-google-pay-configuration.md).

# Interface: FirmhouseAdyenGooglePayConfiguration

Google Pay merchant details of the payment provider account.

## Properties

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