Create transactions
Post transactions to given card
This operation will post transactions to card given by cardId
POST
/
v3
/
card
/
{cardId}
Path Parameters
cardId
string
requiredThe card id to post transactions to
Query Parameters
auditUser
string
requiredThe audit user to log the request
Body
application/json
type
string
requiredTransaction type
amount
number
requiredTransaction 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)
currency
string
requiredA valid ISO 4217 currency code
text
string
Free input text
additionalInfo
object
transactionDetails
string
Merchant name
Response
201 - application/json
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