Requires
X-Api-Key, X-Api-Secret, and Authorization: Bearer <user-jwt> headers. See Authentication for details.Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | number | Transaction ID |
Response
200 OK| Field | Type | Description |
|---|---|---|
id | number | Transaction ID |
description | string | Description of the transaction |
status | string | "COMPLETED", "PENDING", or "FAILED" |
amount | number | Amount in smallest unit |
currency | string | Currency of the transaction |
createdAt | string | ISO 8601 timestamp |