# Account Type
source: https://developer.mastercard.com/mastercard-send-funding/documentation/field-uris-codes/account-type/index.md

The `sender` and `recipient` objects include an `account_type` field that enables you to accurately represent the account number passed in the `sender_account_uri` and `recipient_account_uri` fields. Use the appropriate 2-digit code:

* 00 = Other
* 01 = Routing Transit Number (RTN) + Bank Account
* 02 = IBAN
* 03 = Card Account
* 04 = Email
* 05 = Phone Number
* 06 = Bank account number (BAN) + Bank Identification Сode (BIC)
* 07 = Wallet ID
* 08 = Social Network ID

<br />

For example:

* If the Account URI is a PAN or tokenized PAN, the `account_type` value must be '03'.
* If the Account URI uses the raw scheme, the `account_type` value must be a value other than '03'.
