I’m new to Rapyd and haven’t begun testing properly, I’m hoping to get feedback on if the below is possible before spending too much time on it.
We are creating a loan repayment system that needs the following functionality.
- Hold funds in reserve (looks to be wallets for this)
- Transfer the loan amount to the customer (disbursements covers this)
- At the point of loan agreement, set up all future loan repayments with a single card authorisation. The features of these payments are as follows
a) Set amount
b) Set frequency but possibly adjusted for UK holidays
c) Set start date for the first repayment,
eg could be a first payment in 10 days followed by 3 payments monthly adjusted for weekends.
4) Accept manual transfers back into the fund/wallet for early loan repayment.
Now I think all the functionality is there but can’t decide if subscriptions are the way I’m supposed to proceed, is this allowed, within the terms and conditions? Is there an alternative? The important bit is that the customer must authorize all future payments on that day 0 loan agreement, it will not work to send them a “request for payment” type url for each loan repayment.
Really hope there is something I can do as liking the look of the APIs for nearly everything we need.
Thanks