diff --git a/mintlify/payouts/onboarding/configuring-users.mdx b/mintlify/payouts/onboarding/configuring-users.mdx index 241b7267e..857f1e792 100644 --- a/mintlify/payouts/onboarding/configuring-users.mdx +++ b/mintlify/payouts/onboarding/configuring-users.mdx @@ -226,9 +226,9 @@ must be provided manually at the platform level. For each user, during you shoul } ``` -:::tip + Please contact us to set up FBO account for a specific currency. -::: + ### Mexico: CLABE @@ -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 + +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 -::: + You can track the job status through: @@ -373,14 +374,15 @@ Example job status response: } ``` -:::tip Best Practices for Bulk Operations + +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 -::: + ### CSV Format