New Earnings Event

This event happens when a new earnings event occurs in your White Swan account. The events can either be for payments made to you or amounts credited to your account.

Earnings events with the Earnings Event value "Paid Compensation" signifies payments made to you and should be treated differently than events with the Earnings Event value "Closed Case" or "Referred Partner Earning". Learn more in our Example Use Case of Integrating With Accounting/Payroll Tools.


Sample Payload
{
"event_message": "We just recorded another earnings event, Case Closed, for your White Swan account, with a total crediting amount of $5,000. To follow your earnings, you can visit https://app.whiteswan.io/earnings/acme-inc",
"event_type": "Case Closed",
"associated_partner_referral": "Acme Inc",
"associated_request_id": "1670721365811x149164079586738180",
"associated_client_name": "John Doe",
"associated_client_email": "john@doe.com",
"associated_client_phone": "1234567890",
"amount_credited": 5000,
"case_associated_account_user": "Jane Doe",
"case_associated_partner_company": "Doe Services Inc",
"credit_invoice_pdf": "https://s3.amazonaws.com/appforest_uf/f1676518836050x2330177020/doe-services-invoice-4.pdf"
}

Data Returned by this Event:

Last updated