From 7a6813b47f3afdd35b9bce1cc06fef9839794538 Mon Sep 17 00:00:00 2001 From: shreyav Date: Fri, 10 Oct 2025 16:36:54 -0700 Subject: [PATCH] fix tip formatting --- mintlify/payouts/onboarding/configuring-users.mdx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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