Record Matching - Transactions
external_id is the default if not specified
Use the "contact_with_transaction" import format. Transaction can be selected to be appended to by the following methods:
| match_by Option | Description |
|---|---|
| external_id | partner's identifier for the transaction record. This will convert the id provided to a string and will be matched based on that.
use the transaction's id or the transaction_id field for matching |
| id | will match the records id field to kindful's transaction id.
use the transaction's id or the transaction_id field for matching |
stripe_charge_id (coming soon) | will search for transactions charge_id and step up to contact's id.
use the transaction's id or the transaction_id field for matching |
| paypal_transaction_id (coming soon) | will search for matching transaction_id from PayPal express payments.
use the transaction's id or the transaction_id field for matching |
| authorize_transaction_id (coming soon) | will search for matching authorize transaction id.
use the transaction's id or the transaction_id field for matching |
For more information about Record Matching, please see Record Matching Overview