v1
latestOpenAPI 3.0.02026-07-263118119.8 KBCreate & Manage Transactions
transaction
Fetch a transaction for the specified transaction id.
To search for multiple transactions or by other transaction attributes, use POST /v2/transactionSearch.
<details> <summary><strong>Error Glossary</strong> (click to expand)</summary>| Code | HTTP Status | Message |
|---|---|---|
| AP011 | 401 | Unauthorized for this transaction |
| AP101 | 401 | No authenticated user |
| AP700 | 400 | Missing or invalid required parameter |
| AP701 | 400 | Improperly formatted parameter |
get/v2/transaction/{transactionId}
Headers
Content-Typestring required
authorizationstring required
A merchant scoped token.
Response
Success or Transaction Not Found
Example response
{
"error": {
"help": "Contact support@aeropay.com for help.",
"code": "AP700",
"message": "Missing required Parameter: 'email'"
}
}