Перейти до основного вмісту
GET
/
v1
/
transactions
/
{id}
Отримати транзакцію за ID
curl --request GET \
  --url https://api.example.com/v1/transactions/{id}
{
  "id": 123,
  "amount": 123,
  "created": "2023-11-07T05:31:56Z",
  "processed": "2023-11-07T05:31:56Z"
}

Параметри шляху

id
integer<int32>
обов'язково

Параметри запиту

fields
string

Відповідь

OK

id
integer<int32>
amount
number<double>
created
string<date-time>
processed
string<date-time> | null