Payment Webhook

Our payment webhook informs you about payments for the respective case as soon as we receive them. This webhook is triggered only by "collection payments" - so payments received by PAIR. When you book a payment via UI or API we will always consider it a "creditor payment", which does not trigger the webhook.

{  
  "id": "ZgP5444dR",  
  "data": {  
    "amount": 20.00,  
    "description": "",  
    "booking_date": "2025-05-28"  
  },  
  "state": "active",  
  "created_at": "2025-04-28T22:31:14+02:00",  
  "case_file_id": "1004406216",  
  "total_amount": "73.5",  
  "webhook_name": "create_payment",  
  "total_interest": "0.0",  
  "dca_fees_covered": {  
    "open_amount": "0.0",  
    "booking_amount": "0.0",  
    "initial_amount": "18.0"  
  },  
  "total_open_amount": "33.5",  
  "main_claim_covered":\[  
    {  
      "open_amount": "33.5",  
      "creditor_fees": [  
        {  
          "type": "creditor_reminder_fee",  
          "open_amount": "0.0",  
          "booking_date": "2025-05-20",  
          "booking_amount": "3.5",  
          "initial_amount": "5.5"  
        }  
      ],  
      "booking_amount": "16.5",  
      "initial_amount": "50.0",  
      "invoice_number": "3768107447"  
    }  
  ],  
  "total_open_interest": "0.0",  
  "total_main_claim_amount": "50.0",  
  "total_side_claim_amount": "5.5",  
  "total_dca_fees_costs_amount": "18.0",  
  "total_main_claim_open_amount": "33.5",  
  "total_side_claim_open_amount": "0.0",  
  "total_dca_fees_costs_open_amount": "0.0"  
}