Update transactions in batch
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
An array of transaction update payloads. Each payload must include the ‘tx_id’ to identify the transaction and can include any other fields that need to be updated. The ‘timestamp’ field should represent the time of update.
Transaction amount. Negative amounts are allowed for refunds, chargebacks, and credits. Zero amounts are allowed for auth-only, declined, and pre-authorization transactions. Required when creating new transactions, optional for updates.
ISO 3166-1 alpha-2 country code of the receiver. Required when receiver_id is provided.
Identifier of the receiver (e.g., account number, customer ID). Required if sender_id is not provided.
ISO 3166-1 alpha-2 country code of the sender. Required when sender_id is provided.
Identifier of the sender (e.g., account number, customer ID). This ID should match the identifier used in your customer data sent to Cable. Required if receiver_id is not provided.