latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Data v2.Connector.Transactions
REGION.US
MULTI_TENANT
Update Transactions
Initiates a transactions update operation in the data v2 Connector.
The request payload specifies the transactions to be updated.
This operation is asynchronous and upon initiation the API returns an operationId - a unique identifier for the updating process.
The operationId can be used to retrieve and track the status of the operation. Refer to the documentation for the relevant Tink product you use with the data v2 Connector to learn how to work with operationId in your specific product context.
post/data/v2/connector/transactions:batchUpdate
Request body
Example request
{
"externalOperationId": "2677efa6cebe4d56bd30e0f239075dd8",
"operationPriorityType": "BACKGROUND",
"users": [
{
"accounts": [
{
"externalAccountId": "2345a0fa0026420b858283866b81196f",
"transactions": [
{
"amount": -29.8,
"bookedDateTime": "2025-05-03T23:59:12.123Z",
"counterparties": {
"payee": {
"identifiers": {
"financialInstitution": {
"accountNumber": "SE66****5132"
}
},
"name": "Joe Doe"
},
"payer": {
"identifiers": {
"financialInstitution": {
"accountNumber": "SE37****4807"
}
},
"name": "Jane Doe"
}
},
"descriptions": {
"detailed": {
"unstructured": "TESCO STORES 1234"
},
"original": "Tesco"
},
"externalTransactionId": "618e29067ebd4faea47d733776e3e5b1",
"merchantInformation": {
"merchantCategoryCode": "4111",
"merchantLocation": {
"address": {
"city": "Stockholm",
"country": "SE",
"postalCode": "11153",
"street": "Regeringsgatan19"
},
"geoLocation": {
"latitude": 59.33393,
"longitude": 18.05638
}
},
"merchantName": "Local Transit Company",
"merchantNationalId": "556703-7485"
},
"metadata": {
"tags": "#tag1 #tag2"
},
"reference": "RF12310007894321",
"status": "BOOKED",
"transactionDateTime": "2025-05-01T22:19:12.789Z",
"types": {
"financialInstitutionTypeCode": "DEB",
"transactionTypeCode": "PAYMENT"
},
"valueDateTime": "2025-05-04T04:01:12.456Z"
}
]
}
],
"externalUserId": "a480c0c82f684c268ab3c493c1222065"
}
]
}Response
A successful response.