Card Transaction Simulations
Simulate reversal
A reversal releases the hold that was placed on account funds by an authorization, thus returning the funds to the account.
Simulate an authorization.reversal type transaction by including the original_transaction_token and amount in your request.
post/cards/transaction_simulations/reversal
Request body
Example request
{
"amount": 80,
"find_original_window_days": 6,
"is_advice": false,
"network_fees": [
{
"amount": 123,
"credit_debit": "C",
"type": "ISSUER_FEE"
},
{
"amount": 123,
"credit_debit": "C",
"type": "ISSUER_FEE"
}
],
"original_transaction_id": "original_transaction_id"
}Response
Success
SimulationResponseModel required