Advertisement
conferecartoes

Untitled

Oct 30th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. GET /users/step
  2. {
  3. "step": "signup|tracking|implanted"
  4. }
  5.  
  6. GET /signup/cache
  7. {
  8. Objeto passado no PUT
  9. }
  10.  
  11. PUT /signup/cache
  12. {
  13. Qualquer objeto
  14. }
  15.  
  16. GET /establishments/check
  17. Parameters:
  18. - acquirer_id: Id da adquirente
  19. - number: Numero da adquirente, caso não tenha numero, passar CNPJ
  20. Reponses:
  21. 200 - Já existe - Bloaquear
  22. 204 - Não existe - Deixar passar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement