> ## Documentation Index
> Fetch the complete documentation index at: https://gobl-improv.mintlify.site/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/instructions#/$defs/CreditTransfer`

## Properties

| Title  | Property | Type                                | Req. | Description                                            |
| ------ | -------- | ----------------------------------- | ---- | ------------------------------------------------------ |
| IBAN   | `iban`   | string                              |      | International Bank Account Number                      |
| BIC    | `bic`    | string                              |      | Bank Identifier Code used for international transfers. |
| Number | `number` | string                              |      | Account number, if IBAN not available.                 |
| Name   | `name`   | string                              |      | Name of the bank.                                      |
| Branch | `branch` | [org.Address](/draft-0/org/address) |      | Bank office branch address, not normally required.     |
