Webhook – payment/receive

דוגמה למידע הנשלח אודות איוונט של קבלת תשלום:

{
  "id": "e959e14d-9e5f-4d1b-8885-965d3fb52ed1",
  "channel": "document",
  "productId": "008e1f14-c60f-4569-b42e-a14c83166d6c",
  "description": "",
  "total": 140,
  "payer": {
    "name": "ישראל ישראלי",
    "email": "israel.i@mail.com"
  },
  "transactions": [
    {
      "id": "9dc1ab1c-238c-466b-a372-c4e201ad5629",
      "createdAt": 1680428182000,
      "currency": "ILS",
      "gateway": "isracard",
      "gatewayTransactionId": "SALE1680-428181T9-WMFIVWQ9-OWBGS1VJ",
      "installments": 1,
      "total": 140,
      "payer": {
        "name": "ישראל ישראלי"
      },
      "paymentMethod": {
        "type": "credit-card",
        "cardNumber": "1234"
      }
    }
  ]
}