v1
latestOpenAPI 3.0.02026-07-263118119.8 KBCreate & Manage Transactions
preauthTransaction
Delete the specified preauthorized transaction.
<details> <summary><strong>Error Glossary</strong> (click to expand)</summary>| Code | HTTP Status | Message |
|---|---|---|
| AP009 | 401 | Unauthorized |
| AP101 | 401 | No authenticated user |
| AP312 | 200 | Preauth already captured |
| AP313 | 200 | Preauth ineligible for capture |
| AP700 | 400 | Missing or invalid required parameter |
| AP701 | 400 | Improperly formatted parameter |
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
}
}
}