Simulate a card authorisation advice

Simulates a card authorisation advice.

This endpoint is for testing purposes only and won't work in production.

SecurityCommonAuth
Request
query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
Request Body schema: application/json

Body

precedingRelatedTransactionToken
required
string

The token of the transaction to work with.

amount
required
number >= 0

The amount.

Responses
201

Created

post/cards/simulations/transaction/authorization/advice
Request samples
application/json
{
  • "precedingRelatedTransactionToken": "9d3dee7c-19df-4b71-bbb9-521bb04307bf",
  • "amount": 10
}
Response samples
application/json
{
  • "transaction": {
    }
}