A receipt of payment made to an Affiliate.
Name | Type | Description |
---|---|---|
affiliate_id | Integer | The ID of the Affiliate to whom this receipt records payment |
amount | Decimal | The amount paid |
currency | String | The 3-character currency code identifying the currency used for this payment |
date | Date | The date of the payment |
datetime | Datetime | The date this receipt was created (not necessarily the date of payment) |
id | Integer | ID of unique object for this Receipt This parameter is non-writable |
memo | String | A memo visible to the Affiliate |
method | String | The method used to make the paymentShow Supported Values |
notes | Nullable String | Internal notes |
payment_details | Nullable String | A 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_info | Nullable Object | Same as the "payment_details" field but in unserialized (object) form |
payment_id_ref | Nullable Integer | DEPRECATED. This field should be ignored. |
status | String | The status of this paymentShow Supported Values |
token | String | A payment reference field without any predefined meaning. Empty string if no value is present. |
transaction_id | String | A payment reference field without any predefined meaning. Empty string if no value is present. |
user_id | Nullable Integer | DEPRECATED. This field should be ignored. |