POST
/
v3
/
card
/
{cardId}
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/transaction/v3/card/{cardId} \
  --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>"
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

cardId
string
required

The card id to post transactions to

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

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.

Response

201
application/json

Successful creation of the product

The response is of type object.