Skip to main content
DRUO Merchant API

Recurring Plans API

The Recurring Plans API allows you to directly submit Recurring Plan requests as well as retrieve Recurring Plan data.

How it works

  • Manage Recurring Plans
  • Use this API to check on the status of a Recurring Plan.
  • Use this API to update the status of a Recurring Plan.
All of our endpoints require a Bearer token that you can obtain here to make any type of request.

Create Recurring Plan

POST /recurring-plans/create/
Creates a Recurring Plan.

Get Recurring Plan

GET /recurring-plans/{recurring_plan_uuid}
Returns the details of an existing Recurring Plan.

List Recurring Plan

GET /recurring-plans/list
Returns a list of the Recurrent Plan associated to a business

Pause Recurring Plan

PUT /recurring-plans/{recurring_plan_uuid}/pause
Pause a Recurrent Plan

Activate Recurring Plan

PUT /recurring-plans/{recurring_plan_uuid}/activate
Activates a Recurring Plan

Cancel Recurring Plans

PUT /recurring-plans/{recurring_plan_uuid}/cancel
Cancel a Recurring Plan