get https://api.astrada.co/transactions/
Returns a transaction by its unique identifier, including details about the transaction's state and relevant transactional data.
Log in to see full request history
Responses
Returns a transaction by its unique identifier, including details about the transaction's state and relevant transactional data.
xxxxxxxxxx
curl --request GET \
--url https://api.astrada.co/transactions/transactionId \
--header 'accept: application/hal+json'
xxxxxxxxxx
42}
{
"_links": {
"card": {
"href": "/cards/4d1ff59f-4286-4209-9662-92e174193562"
},
"subaccount": {
"href": "/subaccounts/c6d5e036-361e-4773-a514-b9496cf2d2b5"
},
"self": {
"href": "/transactions/8697df0c-9011-47ca-a52b-8d2a7a4ad903"
},
"messages": [
{
"href": "/transaction-messages/f4b24a0a-6a37-4ce3-8845-ddf0b604a9b4"
},
{
"href": "/transaction-messages/934f8701-53e3-4a2b-a000-6bb52195d2ea"
}
]
},
"acceptor": {
"city": "LONDON",
"country": "GBR",
"mcc": "5734",
"state": "LND"