Transactions
Get a transaction
Get the transaction with the ID provided.
get/transaction
Query parameters
transactionIdstring required
The ID of the transaction to get
Response
Get transaction successful
Example response
{
"message": "New transaction created.",
"transaction": {
"startDate": "2018-10-19T13:08:03.238+0100"
}
}