Api Model:AffiliateReceipt

From HasOffers

Required Parameters

  • id
    • Values: (int)
  • affiliate_id - Id of affiliate.
    • Values: (int)
  • date.
    • Values: (date)
  • method - Payment method used to pay affiliate.
    • Values: check, direct_deposit, paypal, wire, other
  • amount - Total paid to affiliate.
    • Values: (float)
  • status
    • Values: pending, success, failed, deleted

Other Optional Parameters

  • memo - Text displayed with invoice to both network and affiliate.
    • Values: (string)
  • notes - Text displayed with invoice only for network.
    • Values: (string)
  • transaction_id - Reference id for payment.
    • Values: (string)
  • payment_details - Serialized array of payment method used. (MethodCheck, MethodDirectDeposit, MethodPaypal, MethodWire, MethodOther)
    • Values: (string)
  • currency - 3 letter Currency code.
    • Values: (string)

Additional Return Parameters

Read only parameters return with each object.

  • datetime - Date / time object was created.
    • Values: (timestamp)
  • token - Additional reference field.
    • Values: (string)
  • payment_id_ref - Additional reference field.
    • Values: (string)

 
Email this page to a friend or co-worker