Get Transaction by ID
GET/payments/transactions/:transactionId
The "Get Transaction by ID" API allows to retrieve information for a specific transaction using its unique identifier. Use this endpoint to fetch details for a single transaction based on the provided transaction ID.
Request
API Version
v3ID of the transaction that needs to be returned
LocationId is the id of the sub-account.
AltId is the unique identifier e.g: location id.
AltType is the type of identifier.
Successful response
- application/json
- Schema
- Example (auto)
Schema
The unique identifier for the transaction.
AltType is the type of identifier.
AltId is the unique identifier eg: location id.
Contact id corresponding to the transaction.
Contact details of the transaction.
Currency in which transaction was made.
Transaction value.
Transaction status.
Transaction is in live / test mode.
The creation timestamp of the transaction.
The last update timestamp of the transaction.
Entity type of transaction (eg: order).
Entity id for the transaction. e.g: order id
Entity source details for the transaction.
Charge id for transaction.
Charge snapshot of transaction.
Invoice id for the transaction.
Subscription id for transaction.
Payment provider details of the transaction.
Ip address from where transaction was initiated.
Meta details of the transaction.
Is test transaction.
Is parent transaction.
Transaction amount refunded.
Receipt id for transaction.
Is transaction qbo synced.
Qbo details of the transaction.
Trace id of the transaction.
ID of the contact that was merged from.
User ID who created the transaction.
{
"_id": "61dd0feac077f72010f78804",
"altType": "location",
"altId": "3SwdhCu3svxI8AKsPJt6",
"contactId": "XPLSw2SVagl12LMDeTmQ",
"contactSnapshot": "{ last_name: \"Mcclain\", type: \"lead\", first_name_lower_case: \"rogan\", email: \"[email protected]\", last_name_lower_case: \"mcclain\", location_id: \"o6241QsiRwUIJHyjuhos\", company_name: \"Jordan and Cox Trading\"}",
"currency": "USD",
"amount": "100",
"status": "succeeded",
"liveMode": "false",
"createdAt": "2023-11-20T10:23:36.515Z",
"updatedAt": "2024-01-23T09:57:04.846Z",
"entityType": "order",
"entityId": "61dd0fe9c077f73e67f78803",
"entitySource": "{ type: \"funnel\", id: \"BDBMEghdIUaqMPEsK349\", subType: \"two_step_order_form\", name: \"new funnel\" }",
"chargeId": "in_1KGcXDCScnf89tZohCsmImwE",
"chargeSnapshot": "{ id: \"in_1KGcXDCScnf89tZohCsmImwE\", object: \"invoice\", account_country: \"US\", account_name: \"GHL-Testing\" }",
"invoiceId": "in_1KGcXDCScnf89tZohCsmImwE",
"subscriptionId": "sub_1KGcXDCScnf89tZoVkoEMCEL",
"paymentProvider": "{ type: \"stripe\", connectedAccount: { _id: \"612ca676b484b241fef9d962\", accountId: \"acct_1Ihw53CScnf89tZo\" } }",
"ipAddress": "107.178.194.224",
"meta": "{ stepId: \"af7c731e-e36f-4152-bd1a-3f69a31d6d6d\", pageId: \"A8ltotc2jZxurJba4e3Y\", pageUrl: \"/v2/preview/A8ltotc2jZxurJba4e3Y\" }",
"markAsTest": "false",
"isParent": "false",
"amountRefunded": "10",
"receiptId": "6492fbea489bc07892c6defb",
"qboSynced": "false",
"qboResponse": "{ domain: \"QBO\", sparse: false, Id: \"180\", SyncToken: \"0\", TotalAmt: 25 }",
"traceId": "d3b16a92-a8ed-4e6b-8467-844750f78ed5",
"mergedFromContactId": "XPLSw2SVagl12LMDeTmQ",
"createdBy": "user123"
}