# source\_transaction\_gbp\_credit\_transfer\_data

From **Stripe API**.

- Type: `object`

## Properties

### `fingerprint`

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

Bank account fingerprint associated with the Stripe owned bank account receiving the transfer.

### `funding_method`

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

The credit transfer rails the sender used to push this transfer. The possible rails are: Faster Payments, BACS, CHAPS, and wire transfers. Currently only Faster Payments is supported.

### `last4`

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

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

### `reference`

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

Sender entered arbitrary information about the transfer.

### `sender_account_number`

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

Sender account number associated with the transfer.

### `sender_name`

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

Sender name associated with the transfer.

### `sender_sort_code`

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

Sender sort code associated with the transfer.

## JSON Schema

```json
{"properties":{"fingerprint":{"description":"Bank account fingerprint associated with the Stripe owned bank account receiving the transfer.","maxLength":5000,"type":"string"},"funding_method":{"description":"The credit transfer rails the sender used to push this transfer. The possible rails are: Faster Payments, BACS, CHAPS, and wire transfers. Currently only Faster Payments is supported.","maxLength":5000,"type":"string"},"last4":{"description":"Last 4 digits of sender account number associated with the transfer.","maxLength":5000,"type":"string"},"reference":{"description":"Sender entered arbitrary information about the transfer.","maxLength":5000,"type":"string"},"sender_account_number":{"description":"Sender account number associated with the transfer.","maxLength":5000,"type":"string"},"sender_name":{"description":"Sender name associated with the transfer.","maxLength":5000,"type":"string"},"sender_sort_code":{"description":"Sender sort code associated with the transfer.","maxLength":5000,"type":"string"}},"title":"SourceTransactionGbpCreditTransferData","type":"object","x-expandableFields":[]}
```
