Deposits
Alpha's Deposit Platform allows enabled clients to generate interest on their own cash holdings. This API enables third-party partners to integrate with the platform via a secure API, providing access to the same functionality available through our Portal.
Creating a Deposit
A user can create a deposit by first retrieving available quotes via the /deposit-ticket/quote endpoint. Once a quote is selected, the user can create the deposit by submitting the quoteId to the /deposit-ticket endpoint. The deposit is then created and ready to be funded.
Initiating a Withdrawal
The user can also initiate a withdrawal out of their account by passing the depositName to /withdrawals. The API ensures that all withdrawal requests are validated against the relevant business rules and permissions before being processed.
Report Generation
There are also endpoints available where reports can be generated to see interest-statements and any invoices.
Search capabilities
The API supports retrieval of transactions, deposit details, and other relevant data as well as search functionality to help users locate specific records efficiently.
Updated about 5 hours ago