POST
/
test-api
/
authorization
/
card
/
{cardId}
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/transaction/test-api/authorization/card/{cardId} \
  --header 'Content-Type: application/json' \
  --data '{
  "settlementAmount": 3.14,
  "sicCode": "<string>",
  "transactionAmount": 3.14,
  "transactionCurrency": "EUR",
  "transactionDate": "2019-01-28T00:00:00",
  "transactionCountry": "FIN",
  "transactionType": "RETAIL",
  "transactionCity": "<string>",
  "transactionDetails": "<string>",
  "merchantId": "<string>",
  "authCode": "<string>",
  "sourceNumber": 9999999,
  "retRefCode": 9999999
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

cardId
string
required

The card id to post test authorization to

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Test transaction payload

The body is of type object.

Response

201
application/json

Successful creation of the product

The response is of type object.