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
Example request
{
"network_fees": [
{
"amount": 123,
"credit_debit": "C",
"type": "ISSUER_FEE"
}
]
}Response
Success
SimulationResponseModel required