v1
latestOpenAPI 3.0.32026-07-248079274.0 KBDirect 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
Example response
{
"status": "pending",
"transaction_id": "bd3fbbcd-411e-4760-8a9f-7af420d26314"
}