[← Back to Account Payouts docs](/access/products/account-payouts)
[← Back to Parties docs](/access/products/parties)

# Push to Wallet

## USDC payouts

### Overview

table
tr
td
Available
td
Coming Soon
tr
td
code
targetCurrency
td
Must be 
code
null
tr
td
code
countryCode
td
Beneficiary's country of their residential (if payee is an individual) or registered (if payee is a company) address.
br
Enter the 
a
2 character ISO 3166-1 standard country code in your API request.
tr
td
Earliest Beneficiary Credit
td
real-time
tr
td
Cut-Off Time (UK Time)
td
N/A
tr
td
Decimal Places
td
2
tr
td
Minimum 
code
targetAmount
td
5
tr
td
Maximum 
code
targetAmount
td
9999999.99
### Submission data

| API field name | Required? | Field length | Description |
|  --- | --- | --- | --- |
| `channel` | ✅ | N/A | Blockchain name.**Available values**:`arbitrum``base``binance``ethereum``polygon``solana` |
| `expandableKeyValuePairs.tag` | ❌ | object or null | Identifier on the blockchain level that some exchanges use to identify users. |
| `beneficiaryWalletDetails.walletIdentifierType` | ✅ | N/A | **Must be**:`walletId` |
| `beneficiaryWalletDetails.walletIdentifier` | ✅ | 1-64 | Beneficiary wallet address on the selected blockchain. |
| `parties.partyType` | ✅ | N/A | Type of the party.**Must be**:`beneficiary` |
| `parties.personalDetails.type` | ✅ | N/A | Entity description code for the party.**Available values**:`company``person` |
| `parties.personalDetails.title` | Conditional | N/A | Title code for the individual.**Available values**:`ms``mrs` `mr``dr``mx``misc` Mandatory if `parties.personalDetails.type` is:`person`  |
| `parties.personalDetails.firstName` | Conditional | Max 50 | Beneficiary first name. Full name should be provided (no initials). Mandatory if `parties.personalDetails.type` is:`person`  |
| `parties.personalDetails.middleName` | ❌ | Max 50 | Beneficiary middle name. |
| `parties.personalDetails.lastName` | Conditional | Max 50 | Beneficiary last name. Full name should be provided (no initials). Mandatory if `parties.personalDetails.type` is:`person`  |
| `parties.personalDetails.companyName` | Conditional | Max 140 | Full name of the organization.  Failure to provide the full name could result in delays and potential rejection of your payment. This must consist of 2 words, separated by a space. To whitelist any other naming format please contact your Relationship Manager.   Mandatory if `parties.personalDetails.type` is:`company`  |
| `parties.personalDetails.dateOfBirth` | Conditional | 10 | Beneficiary's date of birth in YYYY-MM-DD format. Mandatory if `parties.personalDetails.type` is:`person`  |
| `parties.personalDetails.dateOfIncorporation` | ❌ | 10 | A `company`'s date of incorporation in YYYY-MM-DD format. |
| `parties.identityDocuments.type` | Conditional | N/A | Beneficiary's identity type.**Available values**:`companyRegistrationNumber` Mandatory if `parties.personalDetails.type` is:`company`  |
| `parties.identityDocuments.number` | Conditional | 1-35 | Beneficiary's Company Registration Number. Mandatory if `parties.personalDetails.type` is:`company`  |
| `parties.identityDocuments.issuingCountry` | Conditional | 2 | Beneficiary's country code of their identification document.Enter the [2 character ISO 3166-1 standard country code](/access/products/reference/supported-countries-currencies#iso-country-codes) in your API request. Mandatory if `parties.personalDetails.type` is:`company`  |
| `parties.personalDetails.email` | Strongly recommended | Max 50 | Beneficiary's email address. |
| `parties.personalDetails.phones.number` | Strongly recommended | 5-20 | Phone number of the beneficiary. |
| `parties.personalDetails.phones.prefix` | Strongly recommended | 1-3 | Phone country dialing code of the beneficiary. |
| `parties.address.address1` | Strongly recommended | Max 35 | Beneficiary's residential (if payee is an individual) or registered (if payee is a company) house number/name and street e.g. 1 Main Street. |
| `parties.address.address2` | ❌ | Max 35 | Beneficiary's residential (if payee is an individual) or registered (if payee is a company) address e.g. apartment no., unit, studio. |
| `parties.address.city` | Strongly recommended | Max 35 | Beneficiary's city or town of their residential (if payee is an individual) or registered (if payee is a company) address. |
| `parties.address.state` | ❌ | 2 | Beneficiary's state code of residential address (if payee is an individual) or registered address (if payee is a company). |
| `parties.address.postalCode` | ❌ | 5-9 | Beneficiary's postal code or zip code of their residential (if payee is an individual) or registered (if payee is a company) address. |
| `parties.address.countryCode` | Strongly recommended | 2 | Beneficiary's country of their residential (if payee is an individual) or registered (if payee is a company) address.Enter the [2 character ISO 3166-1 standard country code](/access/products/reference/supported-countries-currencies#iso-country-codes) in your API request. |


Important
[Additional data](/access/products/marketplaces/coverage/bank/additionalinfo) is required if the requestor of the payout is a Payment Service Provider (PSP) or Money Service Business (MSB).