Retrieves a balance transaction with a specified identifier.
Important: This operation is experimental and may change.
Balance transaction retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "type": "charge",
- "parentId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "transactionId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "settlementCurrency": "USD",
- "settlementAmount": 0,
- "settlementTime": "2019-08-24T14:15:22Z",
- "settlementRate": 0,
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
], - "_embedded": [
- {
- "transaction": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "type": "charge",
- "parentId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "transactionId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "settlementCurrency": "USD",
- "settlementAmount": 0,
- "settlementTime": "2019-08-24T14:15:22Z",
- "settlementRate": 0,
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}
}
]
}