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 added for this payment by the Network |
method | String | The method used to make the paymentShow Supported Values |
payment_details | Nullable String | A serialized form of the Affiliate's payment method details that were used to make this payment |
payment_info | Nullable Object | Same as the "payment_details" field but in unserialized (object) form |
status | String | The status of this payment. Affiliates can only view Receipts for successfully completed payments.Show Supported Values |
token | String | A payment reference field without any predefined meaning. Network may utilize this field. Empty string if no value is present. |
transaction_id | String | A payment reference field without any predefined meaning. Network may utilize this field. Empty string if no value is present. |
user_id | Nullable Integer | DEPRECATED. This field should be ignored. |