# checkout\_acss\_debit\_payment\_method\_options

From **Stripe API**.

- Type: `object`

## Properties

### `currency`

- Required: false
- Type: `string`
- Allowed values: `"cad"`, `"usd"`

Currency supported by the bank account. Returned when the Session is in `setup` mode.

### `mandate_options`

- Required: false
- Type: `object`

### `verification_method`

- Required: false
- Type: `string`
- Allowed values: `"automatic"`, `"instant"`, `"microdeposits"`

Bank account verification method.

## JSON Schema

```json
{"properties":{"currency":{"description":"Currency supported by the bank account. Returned when the Session is in `setup` mode.","enum":["cad","usd"],"type":"string"},"mandate_options":{"$ref":"#/components/schemas/checkout_acss_debit_mandate_options"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant","microdeposits"],"type":"string","x-stripeBypassValidation":true}},"title":"CheckoutAcssDebitPaymentMethodOptions","type":"object","x-expandableFields":["mandate_options"]}
```
