Partner Order Closed

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",
      "currency": "ARS",
      "type": "outgoing_instruction",
      "outgoing_instruction": {"instruction_id": "39c98c5ae53941449539074a2645dd85"}
    }
  }
}

Did this page help you?