# source\_transaction\_ach\_credit\_transfer\_data

From **Stripe API**.

- Type: `object`

## Properties

### `customer_data`

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

Customer data associated with the transfer.

### `fingerprint`

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

Bank account fingerprint associated with the transfer.

### `last4`

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

Last 4 digits of the account number associated with the transfer.

### `routing_number`

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

Routing number associated with the transfer.

## JSON Schema

```json
{"properties":{"customer_data":{"description":"Customer data associated with the transfer.","maxLength":5000,"type":"string"},"fingerprint":{"description":"Bank account fingerprint associated with the transfer.","maxLength":5000,"type":"string"},"last4":{"description":"Last 4 digits of the account number associated with the transfer.","maxLength":5000,"type":"string"},"routing_number":{"description":"Routing number associated with the transfer.","maxLength":5000,"type":"string"}},"title":"SourceTransactionAchCreditTransferData","type":"object","x-expandableFields":[]}
```
