Transaction Query
In order to request complete details about a transaction, eWAY's Transaction Query API can be used. This will return details any details about the customer (including any entered in the Responsive Shared Page) along with information about the transaction and any fraud rules that were triggered.
The Transaction Query API is a very simple request with either the Transaction ID or the Access Code for the transaction.
Transaction Query REST example
Endpoint: https://api.sandbox.ewaypayments.com/Transaction/987654321
Headers:
Authorization: Basic (see Authentication in the API reference)
Content-Type: application/json
For more details, check out the Transaction Query API reference