Jump to content

Jacob Kemple

Clients
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Jacob Kemple

  1. Honestly no idea how I missed that, but it looks like I simply need a way to add a paid invoice for a specific product to a user using their oauth creditinals for who it's for and a parameter the product ID, and finally a parameter for a promo code. I am able to manage the rest of the implementation of the flow and such on the external web app it's for.
  2. I'll paste here what I pasted another dev, who sadly seems mia likely due to personal and professional reasons so please contact me and let me know what questions you have more about it if interested Willing to pay fair and more for swift work. So, what I need is the following. You need not worry about the portion where I consume and make use of these APIS, just that the apis exist. If you still need a flowchart for this, can you be a bit more specific on what you wish it to contain **addpaidinvoice** /// Purpose: To add an invoice marked "paid" to a user. /// Parameters: /// @ Product ID to add as a paid invoice for the user. /// @ Users OAUTH token (note: if this is too hard, i can accept user id and handle the oauth verification on my end np) (I set up a custom OAuth for the external site already) /// Other Requirements: Must be able to be restricted to an IP address so that only my servers IP can consume the API /// returns: 200 https or failure code One more note, the addpaidinvoiceapi should accept discount codes as well, and unless the discount makes price $0 then it should display a succes code otherwise an error code and or message.
  3. This user wrote a fantastic application for my site to allow bulk discount code (coupons) generation. Finished fast, allowed me to even test it first, and delivered a professional service and product at a good price.
  4. Hello, I am looking for a plugin that will add an extra option to take the current discount code settings you're actively viewing, and allow you to specify how many discount codes to generate. Example: let's say I configured a discount to take the entire cost of a specific product off. I want to now generate 500 **unique** random discount codes using those settings to hand out to users, instead of manually copying the discount code 500 times and typing a new name. Please if you're capable contact me here with the easiest way to reach you as I am willing to pay any reasonable fair price, not cheap.
  5. Anyone know of a way to do a mass-generate a specified number of a specific discount code to provide to "resellers" of a product to use?
  6. Hi, Is there a simple way to redirect a user to the manage purchases page upon completing a purchase?
  7. Is there a simple way to redirect a user to the manage purchases page upon completing a purchase?
×
×
  • Create New...