Skip to main content
DRUO Merchant API

Checkout API

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

How it works

  • Create a Checkout Link and share it with the end user when an account checkout is required.
  • Direct the user to the Checkout Link
  • Use the Accounts API to check on the status of the accounts
All of our endpoints require a Bearer token that you can obtain here to make any type of request.

Create Checkout Link

POST /checkout/link
Creates a new Checkout Link.

Get Checkout Link

GET /checkout/link/:checkout_link_uuid
Returns the details of an existing Checkout Link.

List Checkout Link

GET /checkout/link/list
Returns a list of Checkout Link objects that belong to the merchant.