Skip to main content
Technical Reference

DRUO Merchant API

DRUO API’s enable you to build full-featured business apps for yourself or any merchant on DRUO.

Our API Reference is organized around three core business workflows:

  • Managing Accounts: Directly create accounts in the DRUO system and retrieve account information.
  • Sharing Connect Links: Enable self-service, end user-driven account connections.
  • Processing Payments: Submit transactions for processing and retrieve the status of each transaction.

The DRUO API follows the general patterns of REST.

All of our endpoints require a Bearer token that you can obtain here to make any type of request.

Accounts

The Accounts API allows you to directly submit account connection requests as well as retrieve Account data.

Connect Links

The Connect API allows you to generate Connect Links that End Users go through to connect their account to the merchant on DRUO.

Checkout Links

The Checkout API allows you to generate checkout Links for a merchant on DRUO.

End Users

The End Users API allows you to create End Users and retrieve information of each on of them.

Payments

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

Payouts

The Payouts API allows you to create payout processing requests and retrieve details of each of them.

Transfers

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