The GET /transaction_records/{id} call allows your platform to look up a single transaction record. Transactions records represent one entry (e.g. payout) and the impact to an account’s balance. Note: Generating transaction records may not complete for up to 6 hours. Learn how to generate Transaction and Reconciliation reports here.
INVALID_PARAMS
NOT_AUTHORIZED
UNEXPECTED_ERROR
{- "create_time": 1510080181,
- "currency": "USD",
- "fee_amount": 59,
- "gross_amount": 2000,
- "id": "00000000-0000-0000-0000-000000013003",
- "net_amount": 1941,
- "owner": {
- "id": "00000000-0000-0000-0000-0000767bf5cd",
- "path": "/payments/00000000-0000-0000-0000-0000767bf5cd",
- "resource": "payments",
- "custom_data": null
}, - "path": "/transaction_records/00000000-0000-0000-0000-000000013003",
- "resource": "transaction_records",
- "type": "merchant_payment",
- "api_version": "3.0"
}