Skip to main content
DRUO Merchant API

Transfers API

The Transfers API allows you to create payment processing requests and retrieve details of each of them.

How it works

  • Make sure both the Origin and Destinations Accounts have are successfully connected (either through the Accounts API or through Connect Links).
  • Create a transfer request through the API.
  • Obtain the Transfer’s status via Webhooks or via the Transfers API (Get Transfer or List Transfers).
All of our endpoints require a Bearer token that you can obtain here to make any type of request.

Create Transfer

POST /transfers/create - Creates a transfer request.

Get Transfer

GET /transfers/{transaction_uuid} - Returns the details of an existing Transfer.

List Transfers

GET /transfers/list - Returns a list of Transfers that belong to the merchant.