ENTERPRISE
Connector.Transaction
MULTI_TENANT

Update transaction

Updates a single transaction related to an account.

put/connector/users/{externalUserId}/transactions/{externalTransactionId}

Path parameters

externalUserIdstring required

External identifier for the user.

externalTransactionIdstring required

External identifier for the transaction.

Request body

type'REAL_TIME' | 'HISTORICAL' | 'BATCH' required

Defines the priority of the update request. Only REAL_TIME is supported for reflecting the most recent updates on a user's account.

Response

Transaction updated.

Changes