Implemented Withdraw credits

Blackhat

Licensed
Licensed
User Upgrade Duration
User Upgrade Pro
Credit System
Advanced User Profile
Joined
Dec 7, 2019
Messages
163
Reaction score
25
I suggest adding a credit withdrawal feature to allow users to submit withdrawal requests.

Forum options
  • Withdraw option
    AOb3Z6O.png
  • Withdraw page
    Hw7lfF3.png
  • Withdraw button
    53Z91Vc.png

    Bw0RbyB.png

    y741nwW.png
  • Recipients page
    J38u2ux.png
  • Add recipient button
    2JBEw8T.png

    JEJ6fpo.png

    oW0DJaZ.png
  • Withdrawal alert
    1vzKJvL.png
  • Withdrawal queue
    CTyOuBZ.png
AdminCP options
  • Withdrawals page
    AlboCc3.png
  • Sort by lowest/highest amount
    IzKnCng.png
  • Payment options
    iV4z3OE.png
  • Add payment option button
    sWhyLtU.png
  • Permissions
    FhCXW6c.png
Backend

Create xf_xs_cs_withdrawal table with the below columns for storing withdrawal requests.
  • withdraw_id
  • recipient
  • status
  • amount
  • date
Create xf_xs_cs_payment_option table with the below columns for storing payment options.
  • payment_option_id
  • title
  • description
  • minimum_amount
  • tax
  • currency
  • active
 
Last edited:
Hello, this is implemented in the 2.1.2 version :

Regards, SyTry
 
Top Bottom