v1
latestOpenAPI 3.0.02026-08-062903562.2 MBMatched Transaction
fetchMatchedTransaction
Fetch specified Matched Transaction
get/matched-transactions/{matched_transaction}
Path parameters
matched_transactioninteger required
Example:6621
Primary identifier of Matched Transaction
Response
Success
Example response
{
"id": 6621,
"source_transaction_id": 1427264,
"status": "confirmed",
"matched_name": "ABC Widget Inc.",
"amount": 500,
"metadata": "{foo:bar}",
"organization_id": 82364,
"campaign_id": 227362,
"type": "campaign",
"amount_received": 500
}