POST
/
v3
/
card
/
{cardId}
/
fee
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/transaction/v3/card/{cardId}/fee \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "<string>",
  "amount": 1,
  "currency": "EUR"
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

cardId
string
required

The card id to post fees 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 fee, these values will override the predefined template values
type
string
required

Fee type

amount
number
required

Fee amount

Required range: x > 0
currency
string
required

A valid ISO 4217 currency code

Response

201
application/json
Successful creation of the product
description
string

Short description of the result of the action

id
string

Will contain the ID of the resource that has been created or updated