Process Flow for Payouts
The payment process for payouts is straightforward and easy. You can complete payouts via the API or the Dashboard.

Payouts using API

- Generate an Authentication Token using the authentication API.
- Use the generated token to call the Transfer API and initiate transfers with different payment modes.
- Receive SUCCESS or FAILURE responses for each transfer through webhooks, which can be configured via the API or the merchant dashboard.
Payouts using CSV Flow

- Navigate to the Payouts Dashboard.
- Click "Quick Transfer" and select the payment method.
- Download the CSV Template.
- Enter the necessary Transfer Details in the CSV file.
- Upload the CSV file to the Dashboard. Once uploaded, Accosis will display the number of entries added. After submission, the file is processed, and any invalid rows will be indicated.
- Download the error report to check for invalid rows.
- Receive SUCCESS or FAILURE responses for each transfer through webhooks, which can be configured via the API or the merchant dashboard.
Updated 8 months ago