Set Transaction Customer
set_transaction_customerLink a transaction to a customer by providing a customer ID, or remove the assignment by passing null.
Instructions
Attribute an existing transaction to a customer, or detach it. Pass a customer_id to attribute the transaction, or null to clear the attribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | UUID of the customer to attribute, or null to detach. | |
| transaction_id | Yes | UUID of the transaction to update. |