AffiliateReceipt Model

A receipt of payment made to an Affiliate.

NameTypeDescription
affiliate_idIntegerThe ID of the Affiliate to whom this receipt records payment
amountDecimalThe amount paid
currencyStringThe 3-character currency code identifying the currency used for this payment
dateDateThe date of the payment
datetimeDatetimeThe date this receipt was created (not necessarily the date of payment)
idIntegerID of unique object for this Receipt
This parameter is non-writable
memoStringA memo visible to the Affiliate
methodStringThe method used to make the paymentShow Supported Values
notesNullable StringInternal notes
payment_detailsNullable StringA serialized form of the Affiliate's payment method details that were used to make this payment. This allows the payment details to be visible in the future even if the Affiliate changes their billing preferences.
payment_infoNullable ObjectSame as the "payment_details" field but in unserialized (object) form
payment_id_refNullable IntegerDEPRECATED. This field should be ignored.
statusStringThe status of this paymentShow Supported Values
tokenStringA payment reference field without any predefined meaning. Empty string if no value is present.
transaction_idStringA payment reference field without any predefined meaning. Empty string if no value is present.
user_idNullable IntegerDEPRECATED. This field should be ignored.
Have a Question? Please contact [email protected] for technical support.