The Redacted Payment Sent notification is equivalent to the Payment Sent. On it's redacted version, information related to the Payer and Payee is removed.
The JSON below shows an example of a sent
webhook payload:
json
{ "amount": 1, "created_at": "2019-10-31 16:45:34 UTC", "currency": "GBP", "end_to_end_id": null, "error_url": "https://example.com/error", "id": "a6941fd1-f5cb-4948-814d-df03540149fb", "line_items": [ { "amount": 1, "currency": "GBP", "description": null, "name": "Candle", "quantity": 1 } ], "live": true, "reference": "Illuminate", "state": "sent", "success_url": "https://example.com/success", "url": "https://banked.me/pay/a6941fd1-f5cb-4948-814d-df03540149fb", "email_receipt": true, "webhook_event": "payment_sent", "webhook_type": "payment_session" }