v1

latestOpenAPI 3.0.32026-07-248079274.0 KB
Direct Debit

Process a retry

Acquired provides the option to retry Direct Debit transactions that have been declined, specifically in cases where the failure occurred due to insufficient funds.

post/transactions/{transaction_id}/retry

Path parameters

transaction_idstring uuid required

Unique ID assigned by Acquired.com for the transaction.

Headers

Company-Idstring uuid

Unique ID assigned by Acquired.com for your company.

Midstring uuid

Unique ID assigned by Acquired.com connecting to a specific acquiring bank.

Request body

Example request

{
  "transaction": {
    "custom_data": "L3BheW1lbnQtbGlua3MgcGF5IGN1c3RvbV9kYXRh"
  }
}

Response

Created

status'pending'

All Direct Debit collections will initially reside in a pending status, we will then send webhook notifications to inform you of the subsequent statuses.

transaction_idstring uuid

Unique identifier assigned by Acquired.com for the transaction record.

Example response

{
  "status": "pending",
  "transaction_id": "bd3fbbcd-411e-4760-8a9f-7af420d26314"
}