This operation will post transactions to account given by accountId
curl --request POST \
--url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/transaction/v3/account/{accountId}' \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"amount": 123,
"currency": "EUR",
"text": "<string>",
"additionalInfo": {
"ref": "<string>",
"message": "<string>",
"paymentReceiver": "<string>",
"transferId": "<string>",
"text": "<string>",
"discLinkTransactionId": "<string>",
"discLinkPurchaseDetailId": "<string>",
"paymentReference": "<string>",
"payerName": "<string>",
"fromAddress": "<string>",
"fromZip": "<string>",
"fromCity": "<string>",
"fromBankAccountNumber": "<string>",
"fromCustomerAccountNumber": "<string>",
"fromOrganizationalNumber": "<string>",
"fromBankName": "<string>",
"toBic": "<string>",
"fromBankAccountType": "BBAN",
"toBankAccountType": "BBAN",
"toBankAccountNumber": "<string>",
"fileName": "<string>",
"receivedFromCollectionAgency": true
},
"transactionDetails": "<string>",
"date": "2023-12-25",
"postingDate": "2023-12-25",
"transactionDate": "2023-12-25"
}'
{
"description": "<string>",
"id": "<string>"
}
The account id to post transactions to
The audit user to log the request
The fields that you want to apply to your newly created transaction, these values will override the predefined template values
The body is of type object
.
Successful creation of transaction
The response is of type object
.
curl --request POST \
--url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/transaction/v3/account/{accountId}' \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"amount": 123,
"currency": "EUR",
"text": "<string>",
"additionalInfo": {
"ref": "<string>",
"message": "<string>",
"paymentReceiver": "<string>",
"transferId": "<string>",
"text": "<string>",
"discLinkTransactionId": "<string>",
"discLinkPurchaseDetailId": "<string>",
"paymentReference": "<string>",
"payerName": "<string>",
"fromAddress": "<string>",
"fromZip": "<string>",
"fromCity": "<string>",
"fromBankAccountNumber": "<string>",
"fromCustomerAccountNumber": "<string>",
"fromOrganizationalNumber": "<string>",
"fromBankName": "<string>",
"toBic": "<string>",
"fromBankAccountType": "BBAN",
"toBankAccountType": "BBAN",
"toBankAccountNumber": "<string>",
"fileName": "<string>",
"receivedFromCollectionAgency": true
},
"transactionDetails": "<string>",
"date": "2023-12-25",
"postingDate": "2023-12-25",
"transactionDate": "2023-12-25"
}'
{
"description": "<string>",
"id": "<string>"
}