Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Accounts

Matheus B. Nakaya edited this page Aug 20, 2018 · 20 revisions

Introduction

TO DO

Dependencies

TO DO

Features

Index

Check account existence

authorization able
Basic Auth
OAuth
Map<String, Object> hasAccount = Moip.API.accounts().checkExistence("ARGUMENT", setup);

The search argument can be a tax document number (with punctuation) or an e-mail.

response account
200 exist
400 invalid
404 does not exist
Clone this wiki locally