Queries a transaction with a specified ID.
The query interacts with the related gateway account to obtain the result, amount, and currency. If after analysis, the transaction must be updated, see Update a transaction status.
Transaction queried.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
{- "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0",
- "result": "abandoned",
- "status": "completed",
- "amount": 0,
- "currency": "USD"
}