post https://example.com/accounts/private/v1/admin/requests/csv/import
Available for admins who has "manual_debit_credit_accounts" permission.
Users' accounts can be credited/debited in bulk.
The API allows admin to import CSV files with required requests. The file should have appropriate structure.
It is created credit or debit requests from csv file.
File should contain following columns: "Account number", "Debit or Credit", "Amount", "Description", "Earnings", "Apply MIT Fee".
File may contain header row with column names "Account number", "Debit or Credit", "Amount", "Description", "Earnings", "Apply MIT Fee". Header row is not required
# | Column Name | Column Description |
---|---|---|
1 | Account number | An existing account number. |
2 | Debit or Credit | Request type. Possible values: "debit" or "credit". |
3 | Amount | Amount that should be added or subtracted. |
4 | Description | Description of the request. |
5 | Earnings | Indicates whether to use earnings amount in the request (debit/credit depends on second colum). Values: "yes" or "no". |
6 | Apply MIT Fee | Indicates whether to apply MIT Fee. Possible values: "yes" or "no". |