How can I create a system/backend that will generate a discount code then allow that code to be distributed/retrieved to/from a 3rd party system?
Asked
Active
Viewed 148 times
1 Answers
1
You need to create a web application and expose its functionality via API. Then protect the API with auth (for example OAuth), write documentation and provide it to 3rd party.
I suggest reading on RESTful APIs and using Ruby on Rails.

Zepplock
- 28,655
- 4
- 35
- 50