• admin_cost — The percentage that will be deducted to the donation to cover administrative cost.
    Example:
    admin_cost=6
  • donate_amt — The percentage of donation that will be received by the recipient or campaign owner.
    Example:
    donate_amt=64
  • pay_in — The percentage of donation allocated for pay in. This is also the points added to cqpool of CRRM::CQP.
    Example:
    pay_in=30
  • admin_id — The client ID of admin where the admin_cost will be credited. This is usually the company/organization account.
    Example:
    admin_id=1
  • crrm_project_id — The Project ID of CRRM where the pay_in will be credited.
    Example:
    crrm_project_id=1
  • admin_cost_trantype — Transaction Type used when inserting admin_cost. Default is 4000100 or Credit Memo.
    Example:
    admin_cost_trantype=6
  • donate_amt_trantype — Transaction Type used when inserting donate_amt. Default is 4000100 or Credit Memo.
    Example:
    donate_amt_trantype=6