Path parameters
-
The transaction ID.
GET /V1/transactions/{id}
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/transactions/{id}
Response examples (200)
{
"transaction_id": 42,
"parent_id": 42,
"order_id": 42,
"payment_id": 42,
"txn_id": "string",
"parent_txn_id": "string",
"txn_type": "string",
"is_closed": 42,
"additional_information": [
"string"
],
"created_at": "string",
"child_transactions": [
{}
],
"extension_attributes": {}
}
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}