> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gobl.org/llms.txt
> Use this file to discover all available pages before exploring further.

# CreditTransfer

CreditTransfer contains fields that can be used for making payments via a bank transfer or wire.

## Schema ID

`https://gobl.org/draft-0/pay/credit-transfer`

## Properties

| Title         | Property   | Type                                | Description                                                                                                            |
| ------------- | ---------- | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| IBAN          | `iban`     | [cbc.Code](/draft-0/cbc/code)       | International Bank Account Number                                                                                      |
| BIC           | `bic`      | [cbc.Code](/draft-0/cbc/code)       | Bank Identifier Code used for international transfers.                                                                 |
| Number        | `number`   | [cbc.Code](/draft-0/cbc/code)       | Account number, if IBAN not available.                                                                                 |
| Clearing Code | `clearing` | [cbc.Code](/draft-0/cbc/code)       | National bank or branch clearing identifier, such as a Danish registration number, UK sort code, or US routing number. |
| Name          | `name`     | string                              | Name of the bank.                                                                                                      |
| Branch        | `branch`   | [org.Address](/draft-0/org/address) | Bank office branch address, not normally required.                                                                     |
