Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions mintlify/payouts/onboarding/configuring-users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ must be provided manually at the platform level. For each user, during you shoul
}
```

:::tip
<Tip>
Please contact us to set up FBO account for a specific currency.
:::
</Tip>

### Mexico: CLABE

Expand Down Expand Up @@ -330,14 +330,15 @@ user123,INDIVIDUAL,John Doe,1990-01-15,123 Main St,San Francisco,CA,94105,US,US_
biz456,BUSINESS,,,400 Commerce Way,Austin,TX,78701,US,US_ACCOUNT,987654321,Bank of America,boa_business_5678,Acme Corp,121212121,CHECKING
```

:::tip CSV Upload Best Practices
<Tip>
CSV Upload Best Practices

1. Use a spreadsheet application to prepare your CSV file
2. Validate data before upload (e.g., date formats, required fields)
3. Include a header row with column names
4. Use UTF-8 encoding for special characters
5. Keep file size under 100MB for optimal processing
:::
</Tip>

You can track the job status through:

Expand Down Expand Up @@ -373,14 +374,15 @@ Example job status response:
}
```

:::tip Best Practices for Bulk Operations
<Tip>
Best Practices for Bulk Operations

1. Use platform user IDs to track individual users in the bulk operation
2. Implement proper error handling for partial successes
3. Consider breaking very large datasets into multiple smaller jobs
4. Use webhooks for real-time status updates on asynchronous jobs
5. For CSV uploads, validate your data before submission
:::
</Tip>

### CSV Format

Expand Down