v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Create transactions

Post transactions to given card

This operation will post transactions to card given by cardId

post/v3/card/{cardId}

Path parameters

cardIdstring biginteger required

The card id to post transactions to

Query parameters

auditUserstring required

The audit user to log the request

Request body

typestring required

Transaction type

amountnumber required

Transaction amount. It is possible to post only amount which is equal or more than minimal currency unit (For example, for EUR, SEK, NOK minimal unit is 0,01)

currencystring required

A valid ISO 4217 currency code

textstring

Free input text

transactionDetailsstring

Merchant name

Example request

{
  "currency": "EUR"
}

Response

Successful creation of the product

descriptionstring

Short description of the result of the action

idstring

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