# payment\_method\_acss\_debit

From **Stripe API**.

- Type: `object`

## Properties

### `bank_name`

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

Name of the bank associated with the bank account.

### `fingerprint`

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

Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

### `institution_number`

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

Institution number of the bank account.

### `last4`

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

Last four digits of the bank account number.

### `transit_number`

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

Transit number of the bank account.

## JSON Schema

```json
{"properties":{"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"institution_number":{"description":"Institution number of the bank account.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"transit_number":{"description":"Transit number of the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_acss_debit","type":"object","x-expandableFields":[]}
```
