This webhook is triggered when a Partner Order reaches its final state, either completed or cancelled
{
"id":"06607c5bed1c4c5f8437d33605d3d816",
"action":"partner-order-closed",
"partner_order":{
'created_at': '2022-02-01T20:43:54.488922+00:00',
'id': 'b9e7324868524208baf2513570fc96cf',
'last_updated_at': '2022-02-01T20:44:30.642796+00:00',
'operation': 'withdrawal',
'processed_at': '2022-02-01T20:43:54.488922+00:00',
'reference_id': 'withdrawal-1',
'settlement': {'amount': '99', 'currency': 'ARS', 'operation': 'debit'},
'state': 'completed',
'withdrawal': {
'amount': '99',
'ar_cvu': {
'coelsa_id': 'COELSA_NET_ID',
'cvu': '000123401234567890120'
},
'currency': 'ARS',
'type': 'ar_cvu'
}
}
}