v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
Card Transaction Simulations

Simulate financial advice

Simulate a financial advice by including the original_transaction_token and other authorization details in JSON format in the body of the request.

post/cards/transaction_simulations/financial/advice

Request body

amountinteger required

The amount of the transaction in the smallest whole denomination of the applicable currency (eg. For USD use cents)

original_transaction_idstring uuid required

Example request

{
  "network_fees": [
    {
      "amount": 123,
      "credit_debit": "C",
      "type": "ISSUER_FEE"
    }
  ]
}

Response

Success

SimulationResponseModel required