Logo
Acquired.com API API Documentation

Retrieve a transaction

GET {{url}}transactions/:transaction_id

Retrieves a transaction using the unique transaction_id. This identifier can be found in the response after submitting a payment.

https://docs.acquired.com/reference/fetch-transaction-by-id

 

Body PARAM

Key Datatype Required Description 
filter
null Limit the fields returned in the response to the ones you need.



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X GET 'https://test-api.acquired.com/v1/transactions/:transaction_id?filter=' -H 'Content-Type: application/json'

ENDPOINTS