Mercadopago.Requests.Identification (MercadopagoAPI v0.2.0)
Documentation for Mercadopago.Requests.Identification
Link to this section Summary
Link to this section Functions
Link to this function
search()
Get document types docs
examples
Examples
iex> Mercadopago.Requests.Identification.search()
{:ok,[
%{id: "CPF", max_length: 11, min_length: 11, name: "CPF", type: "number"},
%{id: "CNPJ", max_length: 14, min_length: 14, name: "CNPJ", type: "number"}
]}