Register Complete

POST {{host}}/payers/register

Request Body

{"first_name"=>"Edilson", "last_name"=>"Cichon", "email"=>"edilson@ectechnologies.com.br", "is_business"=>false, "cpf_cnpj"=>"00715998005", "gender"=>"M", "birth_date"=>"1990-01-01", "phone_number"=>"+55(27)99842-3044", "use_boleto"=>true, "address"=>{"zip_code"=>"29999-999", "street"=>"Rua Vitoríno Merlo", "number"=>"999", "district"=>"Vitalli", "state"=>"ES", "city"=>"Colatina", "country"=>"BR"}}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: Created

{"data":{"id":2,"cpf_cnpj":"07446567457","email":"edilsoncichon@hotmail.com","first_name":"Edilson","last_name":"Cichon","gender":"M","phone_number":"+55(27)99842-3044","birth_date":"1992-10-10","address":{"city":"Colatina","state":"SP","number":"271","street":"Rua Vitório Cosme","country":"BR","district":"Santa Helena","zip_code":"29705-710"},"use_boleto":true,"status":10,"status_label":10}}