TransactionLink
Get Transaction By ID
Get a specific transaction by ID.
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
. Use your client_id
as the username
and your secret
as the password
value.
Path Parameters
Unique ID for a transaction provided in the UPDATED_TRANSACTIONS_AVAILABLE webhook.
Example:
"13da3c28-a068-4642-9ce2-b730cfda5f5f"
Response
200
application/json
Successful request.
The response is of type object
.