Transactions/:id
Specific transaction ednpoint.
Get Transaction
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"id": 1,
"amount": 12000,32 <positive-decimal>,
"main_category": "Income general",
"sub_category": "Salary",
"currency": "USD",
"name": "Transaction1",
"title": "Title of payment",
"type": "income",
"date": 20180203073000 <timestamp>
}{
"message": "Bad Request",
"<missing-field>": [
"This field is required."
]
}{
"message": "Unauthorized"
}{
"message": "Transaction not found."
}Last updated
Was this helpful?