v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBTest transactions
Post test transactions to given card
This operation will create a transaction given cardId. Only available in DEMO environment.
post/test-api/card/{cardId}
Path parameters
cardIdstring biginteger required
The card id to post test transaction to
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"settlementAmount": 3.14,
"transactionAmount": 3.14,
"transactionCurrency": "EUR",
"transactionDate": "2019-01-28T00:00:00",
"transactionCountry": "FIN"
}Response
Successful creation of the product