Transactions
Update a transaction.
Updates a Transaction by external transaction ID.
Note: If you are using the Alloy Events API, you do not need to use any of the Transactions endpoints. All data should be sent through the Events API with a relevant event_type.
patch/transactions/{transaction_id}
Request body
Example request
{
"transaction_date": "2021-10-24 18:02:00+00",
"latest_transaction_date": "2021-10-24 18:02:00+00",
"settled_at": "2021-10-24 18:03:00+00",
"amount": 200,
"category": "Deposit",
"currency": "USD",
"description": "Mobile App Deposit",
"is_approved": true,
"transaction_meta": {
"customAttribute": "customValue"
},
"process_method": "ACH",
"interaction_point": "iOS"
}Response
Transaction updated successfully.
0 required— unresolved $ref
Changes
No recorded changes to this endpoint across all 1 revision of this API.