registry icon indicating copy to clipboard operation
registry copied to clipboard

REPP: fully functional API for registrar portal

Open vohmar opened this issue 6 years ago • 0 comments

Current REPP (Restful EPP) features domain and contact listing and credit account balance queries. Doe to that other domain registration related requests are done using standard EPP and billing functionality is solved using direct database access. The goal is to implement registrar portal communication with the registry using single API ie REPP.

There is no RFC standard for Restful EPP interface, but there is a draft from 2012 that we should take into account: https://tools.ietf.org/html/draft-wullink-restful-epp-00

For domain registration operations current EPP functionality should be the basis for initial release (hostaddr approach for host records on a domain, no keyrelay implementation, EPP protocol extensions for contact ident data and legaldoc transfer).

For billing its quite straight forward - create and update (change status - paid, cancelled) operations

  • [ ] Documentation (design and principles should be set first to enable portal development in parallel to the API development
  • [ ] EPP
  • [ ] Billing

vohmar avatar Nov 04 '19 13:11 vohmar