You can automate payouts from a balance account to your verified bank accounts by configuring a custom payout schedule. The schedule automatically initiates a payout from a balance account to your bank account based on a pre-defined frequency, trigger amount, and source or destination.
When setting up a custom scheduled payout, consider the cutoff times for each bank transfer method in each region. Cutoff times affect the expected time for your users to receive the funds in their bank account.
Requirements
Before you begin, take into account the following requirements:
| Requirement | Description |
|---|---|
| Integration type | You must have a Payouts integration. |
| API credential roles | Your API credential for the Transfers API must have the following role:
|
| Customer Area roles | You must have the following roles:
|
| Webhooks | To track fund movements in your platform, you can subscribe to the following webhooks: |
| Capabilities | Make sure that your user has the following capability:
|
| Setup steps | Before you begin:
|
How it works
You can configure custom payout schedules on balance accounts in your platform. When you create a schedule, you can define the conditions that must be met for a payout to be initiated.
You can set the following conditions:
- Set a specific date and time.
- Transfer the entire available amount or a fixed amount.
- Maintain an amount on the balance account.
- Set an amount that triggers the payout.
When all the conditions of the payout schedule are met, a transfer request is triggered automatically. Adyen sends webhooks to your server when a transfer request is triggered from a custom payout schedule.
Create a custom payout schedule (sweep)
To configure a custom payout schedule in your Customer Area:
-
Go to Accounts & balances > Account holders, and search for the account holder.
-
Open the Balance accounts tab and select the relevant Balance account ID.
-
Under Scheduled transfers, select Add a schedule.
-
Choose Pay out to another account as the transfer type, and select Continue.
-
Enter and verify the required configuration details in their respective fields.
Field Required Description Currency Set the currency of the transfer. What should the payout do? Choose how the funds are to be paid out. Possible values are: - Transfer all available balance from this account
- Maintain a specific balance in this account
- Transfer a specific amount from this account
Minimum balance for payout Set a trigger amount. The trigger amount is the minimum balance needed to send a payout. If the balance is lower than this amount, the funds will not be paid out.
If you always want payouts to be sent automatically, regardless of the balance, enter 0.Transfer balance to Select the Transfer instrument. Transfer instrument Select the ID of the transfer instrument. -
Select Next to schedule.
-
If you are setting up a schedule to pay out all available funds from the balance account, select Set a custom time to send a payout.
-
Enter and verify the following configuration details in their respective fields.
Field Required Description How frequently should the payout arrive? Set the payout frequency.
If you set the frequency to Monthly or Weekly, you must also specify the day in the next step.What time should the payout be sent? Specify the timing of the payout. Description An identifier for the transfer. Reference for beneficiary The identifier, for example an invoice number, that appears on the recipient's bank statement. This value must be alphanumeric with no spaces and can be static, dynamic, or a combination of both. Transfer priorities Specify how fast you want the funds to arrive to your bank account by setting a priority for the payout. A payout with a higher priority incurs higher fees. -
Review the information that you provided.
-
Select Add.
The details of your scheduled payouts are shown under Scheduled transfers.
The following example shows how to enter the configuration details.
Example — Pay out to a bank account
You want to pay out USD 150 to your transfer instrument at the beginning of each month if the balance in your balance account is higher than USD 250.
| Field | Details |
|---|---|
| Currency | USD |
| What should the payout do? | Transfer a specific amount from this account |
| Transfer amount | 150 USD |
| Transfer balance to | Transfer instrument |
| Transfer instrument | SE00000000000000000000001 |
| How frequently should the payout arrive? | Monthly |
| Which day should the transfer arrive? | 1st |
| What time should the payout be sent? | 07:00 |
| Description | Monthly scheduled payout |
| Reference for beneficiary | Payout001 |
| Transfer priorities | Regular |
Get updates when a sweep triggers a transfer request
You can view the status of funds transfers initiated by a payout in your Customer Area, or track them by listening to webhooks.
To track the status of funds transfers initiated by a payout:
- Listen to the following webhooks:
- Transfer webhooks:
- balancePlatform.transfer.created webhook events notify you that funds will be deducted from a balance accounts.
- balancePlatform.transfer.updated webhook events notify of every status change of the funds transfer.
- Transaction webhooks: Adyen sends a balancePlatform.transaction.created webhook event to inform your server that funds have been deducted from a balance account.
- Transfer webhooks:
- Acknowledge the webhooks.
- In the payload of the balancePlatform.transfer.updated webhook, note that:
- The
eventarray includes all previous transfer events. - The
sequenceNumberdefines the number of webhooks sent for the transfer, including the current one.
- The
For more details and examples, see Payout webhooks.
View sweep details
After you create a custom payout schedule, you can view the details of the resulting scheduled payout in your Customer Area. These details include:
- Payout amount
- Source and destination of the payout
- Completed and upcoming scheduled payouts
You can view the details of all payout schedules and internal transfer schedules on the Balance account details page, under Scheduled transfers.
To view the details of a scheduled payout:
- Go to Accounts & balances > Balance accounts.
- In the Balance platform dropdown, select the balance platform. You can view balance accounts from one balance platform at a time.
- In the balance account table, select a balance account ID to open the Balance account details page.
- Under Scheduled transfers, select a scheduled payout.
- Open the Details tab to view information about the scheduled payout.