v1

latestOpenAPI 3.0.02026-07-263118119.8 KB
Create & Manage Transactions

preauthTransaction

Delete the specified preauthorized transaction.

<details> <summary><strong>Error Glossary</strong> (click to expand)</summary>
CodeHTTP StatusMessage
AP009401Unauthorized
AP101401No authenticated user
AP312200Preauth already captured
AP313200Preauth ineligible for capture
AP700400Missing or invalid required parameter
AP701400Improperly formatted parameter
</details>
delete/v2/preauthTransaction/{preauthTransactionId}

Headers

Content-Typestring required
authorizationstring required

A merchant scoped token.

Response

Success or Business Logic Error

Example response

{
  "preauthTransactionGetResponse": {
    "transaction": {
      "id": "53024f75-f7d1-45b7-8e4d-4449fed355ab",
      "amount": {
        "currency": "USD",
        "amount": 101
      },
      "status": "canceled",
      "userId": "d5e17cbf-92ad-44e7-b483-19dba7adaaa4",
      "userName": "Begos Andres",
      "userEmail": "begona.andresm@aeropay.com",
      "createdDate": "2026-01-02T12:00:56+00:00",
      "expiryDate": "2026-01-04T12:00:56+00:00",
      "merchantId": 1057,
      "userAccountId": 1717,
      "locationId": 1147
    }
  }
}