Deposits API
The Deposits API lets you retrieve the settlement deposits DRUO sends to your bank account, and see exactly which transactions make up each one.
How it works
- A Deposit is a single bank movement that groups the transactions settled together.
- List your deposits with the List Deposits endpoint, filtering by date or status.
- Match a bank statement line to its underlying transactions with the Get Deposit endpoint, which returns the full detail of every related transaction.
All of our endpoints require a Bearer token that you can obtain here to make any type of request.