# issuing\_card\_wallets

From **Stripe API**.

- Type: `object`

## Properties

### `apple_pay`

- Required: true
- Type: `object`

### `google_pay`

- Required: true
- Type: `object`

### `primary_account_identifier`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

Unique identifier for a card used with digital wallets

## JSON Schema

```json
{"properties":{"apple_pay":{"$ref":"#/components/schemas/issuing_card_apple_pay"},"google_pay":{"$ref":"#/components/schemas/issuing_card_google_pay"},"primary_account_identifier":{"description":"Unique identifier for a card used with digital wallets","maxLength":5000,"nullable":true,"type":"string"}},"required":["apple_pay","google_pay"],"title":"IssuingCardWallets","type":"object","x-expandableFields":["apple_pay","google_pay"]}
```
