Response: {
"error": "one of secondary AAs bounced with error: formula
var[$name||"_party1"] = trigger.address;
var[$name||"_party2"] = $other_party;
var[$name||"_balance"] = trigger.output[[asset=base]];
if (var[$blocked_balance])
var[$blocked_balance] += trigger.output[[asset=base]];
else
var[$blocked_balance] = trigger.output[[asset=base]];
response['message'] = "Done! Later, the parties will have to agree on how to spread the balance ("||trigger.output[[asset=base]]||") by sending the 'amount' they allow the other party to receive, if the sum of the 2 amounts is equal to the balance then the payment will be executed.";
failed: 1st var name is not a string: false"
}