Skip to main content
DRUO Integrations API

Transactions API

The Transactions API allows you to perform the following actions for transactions.
  • Get
  • List
  • Initiate
  • Authorize
  • Validate
  • Cancel
  • Refund

Get Transaction

GET /transactions/{transaction_uuid} - Retrieves a single transaction with the given uuid.

List Transaction

GET /transactions/list - Retrieves a list of Transactions.

Initiate Transaction

POST /transaction/initiate - Creates an event in order to initiate a transaction.

Authorize Transaction

POST /transactions/authorize - Authorizes a Transaction

Validate Transaction

PUT /transactions/{transaction_uuid}/validate - Validates a Transaction

Cancel Transaction

PUT /transactions/{transaction_uuid}/cancel - Cancels a Transaction

Refund Transaction

PUT /transactions/{transaction_uuid}/refund - Refunds a Transaction