# payment\_method\_options\_wechat\_pay

From **Stripe API**.

- Type: `object`

## Properties

### `app_id`

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

The app ID registered with WeChat Pay. Only required when client is ios or android.

### `client`

- Required: false
- Type: `string`
- Nullable: true
- Allowed values: `"android"`, `"ios"`, `"web"`

The client type that the end customer will pay from

## JSON Schema

```json
{"properties":{"app_id":{"description":"The app ID registered with WeChat Pay. Only required when client is ios or android.","maxLength":5000,"nullable":true,"type":"string"},"client":{"description":"The client type that the end customer will pay from","enum":["android","ios","web"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"title":"payment_method_options_wechat_pay","type":"object","x-expandableFields":[]}
```
