# payment\_method\_au\_becs\_debit

From **Stripe API**.

- Type: `object`

## Properties

### `bsb_number`

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

Six-digit number identifying bank and branch associated with this 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.

### `last4`

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

Last four digits of the bank account number.

## JSON Schema

```json
{"properties":{"bsb_number":{"description":"Six-digit number identifying bank and branch associated with this 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"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_au_becs_debit","type":"object","x-expandableFields":[]}
```
