v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Matched 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

idinteger

Primary identifier of record

source_transaction_idinteger

Primary identifier of source Transaction

status'confirmed' | 'unconfirmed' | 'rejected' | 'closed'

Status of Matched Transaction

matched_namestring

The entity that is expected to perform the matching transaction payment

amountinteger

The amount that should be matched against this Transaction. Does not have to equal the amount of the original Transaction

metadatastring

Arbitrary JSON metadata

organization_idinteger

Primary identifier of associated Organization

campaign_idinteger

Primary identifier of associated Campaign

type'campaign' | 'fundraisingPage' | 'fundraisingTeam'

Type of Matched Transaction

amount_receivedinteger

The amount received for this Matched Transaction

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
}