Direct debit funding
A direct debit funding is a process which results in an increase of the cash balance from the user's IBAN specified on their mandate.
Soon your users will also be able to fund their account groups with additional funding methods, such as SEPA credit transfers.
It may also be useful to understand cash balances before proceeding further with this guide.
Lifecycle of a SEPA direct debit
- You, the client, send a direct debit funding request on behalf of your users.
- Upvest executes the request with users' banks.
- Once the funds are received, Upvest updates the user's account group cash balance.
The settlement of funds typically takes two business days.
Submitting a direct debit funding request
Prerequisites
Before triggering a direct debit request, you must ensure that the user is onboarded and active, and has a valid direct debit mandate assigned.
To request a direct debit funding, simply specify the mandate and funding amount for the user’s account group and POST /payments/direct_debits
.
The following flow diagram illustrates the direct debit flow including all related direct debit status changes, and cash balance updates:
Example request
After a successful direct debit request, the sample response for the above will look as follows:
Example response
You will also receive a direct debit NEW
webhook with exactly the same payload.
Direct debit update
Once all relevant payment checks have been passed and the payment instruction has been forwarded to our payment partner, the direct debit transitions into the PROCESSING
status and you will receive a direct debit event via webhook.
Afterwards, the direct debit gets executed and confirmed at our payment partner and you will receive a direct debit CONFIRMED
webhook.
Next steps
Now that the account group is sufficiently funded, you are ready to proceed with your first order request. Alternatively, you can also register a reference bank account if you would like to withdraw funds instead.
Was this page helpful?