Data Model

Overview

The "Payout Data Model" is a Data model type used in your webhook endpoint. This model provides information about any PayoutReleased event.

Your webhook endpoint will receive a POST request from ECOM that contains an event Type parameter with a value of
"PAYOUT_RELEASED" . It is used to notify your system of the payout .

Now, we are going to declare the Payout Data Model properties of your endpoint and its models along with each accepted parameter and possible value.

Request Model

Fields Description

Field NameData TypeDescription
payoutIdstringUnique identifier for the payout.
amountnumberAmount payout.
currencystringCurrency of the payout amount.
paymentMethodstringPayment method used for the original transaction.
createdAtDateTimestamp when the payout was processed.
numOfTxnnumberNumber of transactions associated with the payout.
notesstringNotes of the payout.