Skip to main content
DRUO Merchant API

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.

Get Deposit

GET /deposits/:transaction_uuid - Returns the details of an existing Deposit, including its related transactions.

List Deposits

GET /deposits/list - Returns a list of Deposit objects that belong to the merchant.