For this solution, YouLend are responsible for splitting the funds. This solution requires no development work from the partner because no calculation of the sweep or withholding of funds needs to take place at the partner level. Partners will use their existing change of bank process to reroute the funds into the settlement account.

Good to know
This option is currently only available for partners operating in the UK and EU
Repayment journey
- When a merchant is funded, YouLend will create a virtual account (settlement account) in the name of that merchant.
- YouLend will notify the partner with the details of the account (either via API or offline).
Example response from the AOL endpoint
[
{
"iban": "DK7389000112017272",
"virtualIban": "DK8389222292389284",
"secondaryVirtualIban": "GB85SAPY62838292389284",
"accountName": "Test Company Limited - SXP Settlement - GBP",
"currencyISOCode": "GBP",
"accountOpeningLetter": {
"documentId": "7fd7c2b5-37fc-4df8-a710-dbfbf5a5cef1",
"document": "JVBERi0xLjYKJeLjz9MKMjI",
"documentName": "Test Company Limited - Account Opening Letter.pdf",
"documentType": "application/pdf"
},
"domesticAccountNumber": "92389284",
"domesticSortCode": "628382",
"partner": "Test Account",
"swift": "SXPYDKKK",
"thirdPartyCustomerId": "89ab144"
}
]
Good to know
virtualIban
andsecondaryVirtualIban
have the same destination, the difference is thatvirtualIban
is typically a DK IBAN, and thesecondaryVirtualIban
is typically GB. Partners can decide if they wish to send international, or domestic repayments
Example payload from the ONB10035
webhook event
ONB10035
webhook event{
"EventCode": "ONB10035",
"Message": "The Settlement/Repayment account details are ready to fetch from the AOL endpoint to begin the re-routing process",
"EventProperties": {
"LeadId": "f926dgc2-30r6-4721-89c7-2a3f21dfa380"
}
}
- The partner will use their existing change of bank process to redirect 100% of the merchant's normal payouts to this virtual account.
- Each day, the merchant's payout from the partner gets sent to the YouLend virtual accounts (one payment per account, one account per merchant).
- When funds reach this account, YouLend will retain the sweep % owed and forward the remaining funds on to the merchant immediately.
- When the funding is repaid, there are three options available:
- The virtual account stays in place for a renewal funding.
- The virtual account stays in place and YouLend forward 100% of the funds received on to the merchant.
- The partner uses their existing change of bank process to change the merchant's payout account back to their original/updated business bank account.
Pros | Cons |
---|---|
Process can be entirely offline with no development work | This solution is not yet available in the US. YouLend is planning to launch this solution in the US in 2025 |
The process can be fully automated |